$ str_stack

v0.1.1

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.

Downloads: 33.3M
Recent: 7.4M
Versions: 2
Updated: May 10, 2026

Patch update: 0.1.0 → 0.1.1

$ DOWNLOADS TREND

18.3M33.3M

$ VERSION HISTORY

v0.1.1May 10, 2026
v0.1.0December 11, 2015

$ LINKS

$ INSTALL

cargo add str_stack

Or add to Cargo.toml: str_stack = "0.1.1"