String allocator for allocating many write-once strings
A 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 the "default" feature of the "str_stack" crate.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.1.0-9.fc42 | - |
Fedora 42 | 0.1.0-9.fc42 | - |
Fedora 41 | 0.1.0-8.fc41 | - |
Fedora 40 | 0.1.0-7.fc40 | - |
You can contact the maintainers of this package via email at
rust-str_stack dash maintainers at fedoraproject dot org
.