A repository template for API clients written in Rust
The Project API client wrapper written in Rust.
Service | Status |
---|---|
AppveyorCI | |
crates.io |
Pure Rust bindings to the Project API.
package-name-rs is intended to work on all tier 1 supported Rust systems:
Due to the use of certain features package-name-rs requires rustc
version 1.18 or
higher.
Add the following to your Cargo.toml
[dependencies]
package_name_rs = "0.0.1"
serde_json = "1.0"
Then in your lib.rs
or main.rs
file add:
extern crate package_name;
let client = PackageNameAPIClient::new();
Licensed under