Crates.io | xkcd |
lib.rs | xkcd |
version | 0.3.0 |
source | src |
created_at | 2016-06-23 00:09:39.416209 |
updated_at | 2017-11-23 21:41:33.410987 |
description | Interface for the XKCD web API |
homepage | |
repository | https://github.com/indiv0/xkcd-rs |
max_upload_size | |
id | 5465 |
size | 42,302 |
Linux | |
Rust bindings for the XKCD web API.
Add the following to your Cargo.toml
:
[dependencies]
xkcd = "0.3"
And in your lib.rs
or main.rs
:
extern crate xkcd;
See the API docs for information on using the crate in your library.
Contributions are always welcome! If you have an idea for something to add (code, documentation, tests, examples, etc.) feel free to give it a shot.
Please read CONTRIBUTING.md before you start contributing.
The higher-level API design for this library is inspired by the slack-rs/slack-rs-api library.
The list of contributors to this project can be found at CONTRIBUTORS.md.
xkcd-rs is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE, and LICENSE-MIT for details.