stringbuf-0.1.0 has been yanked.
StringBuf
A nice and concise string concatenation library for the Rust language.
Preparation
Put this in your Cargo.toml
:
[dependencies]
stringbuf = "0.1.0"
Usage
Instantiation:
extern crate stringbuf;
use StringBuf;