tesap-std 0.2.1

Reimplementation of Rust's common std containers
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "all_asserts"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "514ce16346f9fc96702fd52f2ae7e383b185516ee6f556efd7c3176be8fe7bea"

[[package]]
name = "assert-panic"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "763b2b82aee23fe46c14c792470080c26538396e9ea589f548298f26b22d7f41"

[[package]]
name = "tesap-std"
version = "0.2.1"
dependencies = [
 "all_asserts",
 "assert-panic",
]