Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 2.04 KB

README.md

File metadata and controls

55 lines (36 loc) · 2.04 KB

Package Name API

The Project API client wrapper written in Rust.

GitHub last commit (branch) Crates.io wakatime

Maintainability Test Coverage CodeFactor

Service Status
AppveyorCI Build status
crates.io crates.io

Pure Rust bindings to the Project API.

Dependencies and support

package-name-rs is intended to work on all tier 1 supported Rust systems:

  • MacOSX
  • Linux
  • Windows

Minimum Compiler Version

Due to the use of certain features package-name-rs requires rustc version 1.18 or higher.

Getting Started

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();

License

Licensed under