# Fractal Global Credits API client
[](https://travis-ci.org/FractalGlobal/api-rs) [](https://ci.appveyor.com/project/Razican/api-rs) [](https://coveralls.io/github/FractalGlobal/api-rs?branch=master) [](https://crates.io/crates/fractal-api)
[Documentation] (http://fractal.global/api-rs)
This library provides a simple API for using the the Fractal Global Credits REST API.
Using it is as simple as including this in the crate:
```rust
extern crate fractal_api;
```
*Note: It requires Rust 1.11.0 or higher*
## License ##
This library 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.