Binary package “librust-str-stack-dev” in ubuntu noble

String allocator for allocating many write-once strings - Rust source code

 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.
 .
 Source code for Debianized Rust crate "str_stack"