74 releases
Uses old Rust 2015
0.9.39 | Jul 11, 2019 |
---|---|
0.9.35 | Mar 4, 2019 |
0.9.34 | Aug 20, 2018 |
0.9.32 | Jul 21, 2018 |
0.4.4 | Sep 28, 2016 |
#3 in #credits
127 downloads per month
100KB
2K
SLoC
Fractal Global Credits API client
[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:
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.
lib.rs
:
Fractal Global Credits API.
This library provides methods to access the Fractal Global Credits in Rust. The main object is
the Client
object. That object contains all the required methods for
working with the API.
Using it is as simple as including this in the crate:
extern crate fractal_api;
Dependencies
~6.5MB
~119K SLoC