rs-collections 0.1.9

generic collections (no dependency on std)
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"

[[package]]
name = "libc"
version = "0.2.175"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"

[[package]]
name = "rs-collections"
version = "0.1.9"
dependencies = [
 "rs-mem",
]

[[package]]
name = "rs-ctypes"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd364fec4e3e388dab3f8113c1687beb3ea090373efe03a8f51b4b0fc360fa9d"

[[package]]
name = "rs-mem"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12c7bc77a3702b255e6805fcf8a58d2fbed1d878e9af7a5b140f0f0423f8840a"
dependencies = [
 "cfg-if",
 "libc",
 "rs-ctypes",
]