fractal-dto

Crates.iofractal-dto
lib.rsfractal-dto
version0.8.3
sourcesrc
created_at2016-08-25 20:14:46.665453
updated_at2018-06-13 09:04:01.820477
descriptionDTO objects to transfer information in the Fractal Global Credits API.
homepage
repositoryhttps://github.com/FractalGlobal/dto-rs
max_upload_size
id6103
size32,614
FractalTeam (github:fractalglobal:fractalteam)

documentation

https://docs.rs/fractal-dto/

README

Fractal Global Credits DTO objects

Build Status Build status Coverage Status Crates.io

[Documentation] (http://fractal.global/dto-rs)

This library gives the DTO objects to transport data from and to the Fractal Global Credits API. It contains all the needed objects to perform all operations. Each of them is explained in its own documentation and can be easily used by third parties.

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

extern crate fractal_dto;

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.

Commit count: 241

cargo fmt