String allocator for allocating many write-once strings
String allocator for allocating many write-once strings. This library is primarily useful for parsing where you need to repeatedly build many strings, use them, and then throw them away. Instead of allocating many independent strings, this library will put them all in the same buffer. This package contains library source intended for building other packages which use "default" feature of "str_stack" crate.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.1.0-1.fc36 | - |
You can contact the maintainers of this package via email at
rust-str_stack dash maintainers at fedoraproject dot org
.