fractal-utils

Crates.iofractal-utils
lib.rsfractal-utils
version0.3.4
sourcesrc
created_at2016-08-24 21:20:19.138049
updated_at2018-02-21 18:32:06.197919
descriptionUtilities for working with Fractal Global Credits.
homepage
repositoryhttps://github.com/FractalGlobal/utils-rs
max_upload_size
id6098
size49,619
FractalTeam (github:fractalglobal:fractalteam)

documentation

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

README

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.

Commit count: 83

cargo fmt