fractal-utils 0.3.4

Utilities for working with Fractal Global Credits.
Documentation
# Fractal Global Credits utilities for Rust
[![Build Status](https://travis-ci.org/FractalGlobal/utils-rs.svg?branch=master)](https://travis-ci.org/FractalGlobal/utils-rs) [![Build status](https://ci.appveyor.com/api/projects/status/1x2oqot44beavebo?svg=true)](https://ci.appveyor.com/project/Razican/utils-rs) [![Coverage Status](https://coveralls.io/repos/github/FractalGlobal/utils-rs/badge.svg?branch=master)](https://coveralls.io/github/FractalGlobal/utils-rs?branch=master) [![Crates.io](https://meritbadge.herokuapp.com/fractal-utils)](https://crates.io/crates/fractal-utils)

[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:
```rust
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.