Crate fractal_dto [] [src]

This crate contains the data type objects for Fractal Global. It contains the objects sent to the fractal api.

Using it is as simple as including this in the crate:

extern crate fractal_dto;

Reexports

pub use error::FromDTOError;
pub use v1::*;

Modules

error

Error module.

v1

DTOs for the first version of the API.

Traits

DTO

The dto trate to make it Encodeable and Decodable into fractal objects

FromDTO

creates an object from a dto