https://github.com/guibranco/calendarific-sdk-rs
:calendar: :gear: Calendarific Rust SDK (API Client)
https://github.com/guibranco/calendarific-sdk-rs
calendarific calendarific-api-client calendarific-sdk rust-api-client rust-sdk
Last synced: about 2 months ago
JSON representation
:calendar: :gear: Calendarific Rust SDK (API Client)
- Host: GitHub
- URL: https://github.com/guibranco/calendarific-sdk-rs
- Owner: guibranco
- License: mit
- Created: 2020-04-23T14:46:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T04:43:10.000Z (12 months ago)
- Last Synced: 2024-10-28T07:58:46.503Z (12 months ago)
- Topics: calendarific, calendarific-api-client, calendarific-sdk, rust-api-client, rust-sdk
- Language: Rust
- Homepage: https://guibranco.github.io/calendarific-sdk-rs/
- Size: 75.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Package Name API
The [Project API](https://apibr.com) client wrapper written in Rust.


[](https://wakatime.com/badge/github/guibranco/calendarific-sdk-rs)[](https://codeclimate.com/github/guibranco/calendarific-sdk-rs/maintainability)
[](https://codeclimate.com/github/guibranco/calendarific-sdk-rs/test_coverage)
[](https://www.codefactor.io/repository/github/guibranco/calendarific-sdk-rs)| Service | Status |
| ------- | :----: |
| AppveyorCI | [](https://ci.appveyor.com/project/guibranco/apiclient-boilerplate-rust/branch/master) |
| crates.io | [](https://crates.io/crates/package-name-rs) |Pure Rust bindings to the [Project API](https://apibr.com).
## 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`
```toml
[dependencies]
package_name_rs = "0.0.1"
serde_json = "1.0"
```Then in your `lib.rs` or `main.rs` file add:
```rust
extern crate package_name;let client = PackageNameAPIClient::new();
```
## License
Licensed under
- MIT license ([LICENSE](https://github.com/guibranco/apiclient-boilerplate-rust/blob/master/LICENSE) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))