Crate fractal_api [] [src]

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;

Reexports

pub use v1::Client;

Modules

error

Error module

v1

First version of the Fractal Global Credits API.