toad-string 1.0.0-beta.1

Stack-allocated string
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"

[[package]]
name = "toad-array"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc3f25d13b8cbfe71fe854ff3c9a8f3f9729a5bd008089bb8dc8378b4ef3578f"
dependencies = [
 "tinyvec",
 "toad-len",
]

[[package]]
name = "toad-len"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819ba7124b9324c03a7043145430b0df5b10374543785d3cc5f773b9c0e36b37"
dependencies = [
 "tinyvec",
]

[[package]]
name = "toad-string"
version = "1.0.0-beta.1"
dependencies = [
 "tinyvec",
 "toad-array",
 "toad-len",
 "toad-writable",
]

[[package]]
name = "toad-writable"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebe82c1076c85774b389e86cb2a2dbb846e35e599e9b42c8f2fc6628593cd0a9"
dependencies = [
 "toad-array",
]