Skip to content

guibranco/calendarific-sdk-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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