#fractal #global #credits #utilities

fractal-utils

Utilities for working with Fractal Global Credits

21 releases

Uses old Rust 2015

0.3.4 Feb 21, 2018
0.3.3 May 7, 2017
0.2.6 Dec 7, 2016
0.2.3 Sep 12, 2016
0.1.6 Aug 30, 2016

#6 in #credits

45 downloads per month
Used in 2 crates

MIT/Apache

30KB
518 lines

Fractal Global Credits utilities for Rust

Build Status Build status Coverage Status

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

This library gives utilities for working with Fractal Global Credits. It contains the wallet address representation and the currency amount type. 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_utils;

Note: 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.

Dependencies

~700KB
~14K SLoC