str_stack

Crates.iostr_stack
lib.rsstr_stack
version0.1.0
sourcesrc
created_at2015-11-14 21:27:53.971288
updated_at2015-12-11 23:56:18.321051
descriptionA 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.
homepage
repositoryhttps://github.com/Stebalien/str_stack
max_upload_size
id3414
size24,104
Steven Allen (Stebalien)

documentation

https://stebalien.github.io/str_stack/str_stack/

README

Commit count: 14

cargo fmt