Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.15 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.15 KB

Fractal Global Credits utilities for Rust

Build Status Build status Coverage Status Crates.io

[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.