inlinable_string 0.1.0

The `inlinable_string` crate provides the `InlinableString` type -- an owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation -- and the `StringExt` trait which abstracts string operations over both `std::string::String` and `InlinableString` (or even your own custom string type).
Documentation
Build #18807 2016-08-13T20:59:27.980741+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 inlinable_string v0.1.0
Documenting inlinable_string v0.1.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/inlinable_string-0.1.0/src/lib.rs --crate-name inlinable_string -o /home/cratesfyi/inlinable_string-0.1.0/doc -L dependency=/home/cratesfyi/inlinable_string-0.1.0/debug -L dependency=/home/cratesfyi/inlinable_string-0.1.0/debug/deps`