liner 0.1.4

A library offering readline-like functionality.
Documentation
Build #45928 2017-04-05T22:41:43.575552+00:00
# rustc version
rustc 1.17.0-nightly (134c4a0f0 2017-03-20)
# docs.rs version
cratesfyi 0.3.2 (56e5d46 2017-03-20)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading liner v0.1.4
Compiling libc v0.2.21
Compiling unicode-width v0.1.4
Running `rustc --crate-name libc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.21/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="use_std"' --cfg 'feature="default"' -C metadata=5dc7b85e748840b4 -C extra-filename=-5dc7b85e748840b4 --out-dir /home/cratesfyi/liner-0.1.4/debug/deps -L dependency=/home/cratesfyi/liner-0.1.4/debug/deps --cap-lints allow`
Running `rustc --crate-name unicode_width .cargo/registry/src/github.com-1ecc6299db9ec823/unicode-width-0.1.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=cde6328ef82d354d -C extra-filename=-cde6328ef82d354d --out-dir /home/cratesfyi/liner-0.1.4/debug/deps -L dependency=/home/cratesfyi/liner-0.1.4/debug/deps --cap-lints allow`
Compiling termion v1.3.0
Running `rustc --crate-name termion .cargo/registry/src/github.com-1ecc6299db9ec823/termion-1.3.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=e165d2121d7b6aaf -C extra-filename=-e165d2121d7b6aaf --out-dir /home/cratesfyi/liner-0.1.4/debug/deps -L dependency=/home/cratesfyi/liner-0.1.4/debug/deps --extern libc=/home/cratesfyi/liner-0.1.4/debug/deps/liblibc-5dc7b85e748840b4.rlib --cap-lints allow`
Documenting liner v0.1.4
Running `rustdoc --crate-name liner .cargo/registry/src/github.com-1ecc6299db9ec823/liner-0.1.4/src/lib.rs -o /home/cratesfyi/liner-0.1.4/doc -L dependency=/home/cratesfyi/liner-0.1.4/debug/deps --extern unicode_width=/home/cratesfyi/liner-0.1.4/debug/deps/libunicode_width-cde6328ef82d354d.rlib --extern termion=/home/cratesfyi/liner-0.1.4/debug/deps/libtermion-e165d2121d7b6aaf.rlib`
Finished dev [unoptimized + debuginfo] target(s) in 3.12 secs