toad-array 0.2.2

Array trait used by the toad ecosystem to abstract over heap or heapless collections
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.2"
dependencies = [
 "tinyvec",
 "toad-len",
]

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