Expand description
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;
Re-exports§
pub use error::FromDTOError;
pub use v1::*;
Modules§
- Error module.
- DTOs for the first version of the API.
Traits§
- The dto trate to make it Encodeable and Decodable into fractal objects
- creates an object from a dto