smart_buffer 0.1.1

A hybrid stack/heap buffer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "array-macro"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "971f4e6bd8c03058ca7562baf83b44396dbcc65476eba33071700cdc24e9c5eb"

[[package]]
name = "smart_buffer"
version = "0.1.1"
dependencies = [
 "array-macro",
]