Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "containers"
version = "0.6.0"
authors = ["M Farkas-Dyck <strake888@gmail.com>"]
description = "Containers"
license = "MIT OR Apache-2.0"
repository = "https://github.com/strake/libreal.rs"
documentation = "https://docs.rs/containers/"

[dependencies]
heap = "0.1"
loca = "0.2"
rel = "0.2"
typenum = { version = "1.2", features = ["no_std"] }

[dev-dependencies]
quickcheck = "0.4"
quickcheck_macros = "0.4.2"