stack-buf 0.1.6

Vector-like facade for arrays allocated entirely on the stack.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "serde"
version = "1.0.125"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"

[[package]]
name = "stack-buf"
version = "0.1.6"
dependencies = [
 "serde",
]