str_stack 0.1.0

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.
Documentation
Build #4500 2016-08-02T21:53:30.576329+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading str_stack v0.1.0
Documenting str_stack v0.1.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/str_stack-0.1.0/src/lib.rs --crate-name str_stack -o /home/cratesfyi/str_stack-0.1.0/doc -L dependency=/home/cratesfyi/str_stack-0.1.0/debug -L dependency=/home/cratesfyi/str_stack-0.1.0/debug/deps`