libreal 0.6.1

Utility library for programmers working in the real world, where heap allocation can fail
Documentation
[package]
name = "libreal"
version = "0.6.1"
authors = ["M Farkas-Dyck <strake888@gmail.com>"]
description = "Utility library for programmers working in the real world, where heap allocation can fail"
license = "MIT OR Apache-2.0"
repository = "https://github.com/strake/libreal.rs"

[dependencies]
typenum = { version = "1.2.*", features = ["no_std"] }

[dev-dependencies]
quickcheck = "0.2.*"
quickcheck_macros = "0.2.*"