toad-writable 0.1.1

This microcrate provides a struct implementing [`core::fmt::Write`] for all [`toad_array::Array`]s
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

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

[[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-writable"
version = "0.1.1"
dependencies = [
 "toad-array",
]