tesap-std 0.2.1

Reimplementation of Rust's common std containers
Documentation
[package]
name = "tesap-std"
version = "0.2.1"
edition = "2024"
description = "Reimplementation of Rust's common std containers"
repository = "https://github.com/tesap/my-rust-std"
readme = "README.md"
license = "MIT"
keywords = ["containers", "std", "vector", "bytes"]
categories = ["memory-management"]

[dependencies]
all_asserts = "2.3.3"
assert-panic = "1.0.1"

# [lib]
# name = "containers"
# path = "src/lib.rs"