libreal 0.14.1

Utility library for programmers working in the real world, where heap allocation can fail
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "libreal"
version = "0.14.1"
authors = ["M Farkas-Dyck <strake888@gmail.com>"]
description = "Utility library for programmers working in the real world, where heap allocation can fail"
keywords = ["no_std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/strake/libreal.rs"
documentation = "https://docs.rs/libreal/"

[dependencies]
containers = "0.2"
i-o = "0.2"
rel = "0.1"