fastbuf 0.40.0

single-thread-oriented very fast byte buffer
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "const_panic"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53857514f72ee4a2b583de67401e3ff63a5472ca4acf289d09a9ea7636dfec17"

[[package]]
name = "fastbuf"
version = "0.40.0"
dependencies = [
 "konst",
]

[[package]]
name = "konst"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "298ddf99f06a97c1ecd0e910932662b7842855046234b0d0376d35d93add087f"
dependencies = [
 "const_panic",
 "konst_kernel",
 "typewit",
]

[[package]]
name = "konst_kernel"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4b1eb7788f3824c629b1116a7a9060d6e898c358ebff59070093d51103dcc3c"
dependencies = [
 "typewit",
]

[[package]]
name = "typewit"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb77c29baba9e4d3a6182d51fa75e3215c7fd1dab8f4ea9d107c716878e55fc0"
dependencies = [
 "typewit_proc_macros",
]

[[package]]
name = "typewit_proc_macros"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e36a83ea2b3c704935a01b4642946aadd445cea40b10935e3f8bd8052b8193d6"