memory_units 0.1.0

Safe conversions between units of memory
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# `memory_units`

[![Build Status](https://travis-ci.org/pepyakin/memory_units.svg?branch=master)](https://travis-ci.org/pepyakin/memory_units)

Crate for safe conversion between units of memory (extracted from [wee_alloc](https://github.com/fitzgen/wee_alloc)).

# License

`memory_units` is primarily distributed under the terms of both the MIT
license and the Apache License (Version 2.0), at your choice.

See LICENSE-APACHE, and LICENSE-MIT for details.

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in `memory_units` by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.