crossterm 0.5.0

An crossplatform terminal library for manipulating terminals.
Documentation
Build #128701 2018-11-25T14:34:03.868718+00:00
# rustc version
rustc 1.32.0-nightly (6b9b97bd9 2018-11-15)
# docs.rs version
cratesfyi 0.6.0 (084f762 2018-11-13)

# build log
Updating crates.io index
Downloading crates ...
Downloaded crossterm v0.5.0
Fresh libc v0.2.44
Fresh termios v0.3.1
Documenting crossterm v0.5.0
Running `rustdoc --crate-name crossterm /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/crossterm-0.5.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20181115-1.32.0-nightly-6b9b97bd9 --extern-html-root-url 'libc=https://docs.rs/libc/0.2.44' --extern-html-root-url 'termios=https://docs.rs/termios/0.3.1' --extern-html-root-url 'winapi=https://docs.rs/winapi/0.3.6' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-5f8e9c3372094fd9.rmeta --extern termios=/home/cratesfyi/cratesfyi/debug/deps/libtermios-13fa59fd00a837a4.rmeta`
error: character literal may only contain one codepoint: 'color'
--> <stdin>:12:22
|
12 | When you want to use 'color' on 'alternate screen' use the `Screen` type instead and pass it to the `color::from_screen()` function.
|                      ^^^^^^^

thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --crate-name crossterm /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/crossterm-0.5.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20181115-1.32.0-nightly-6b9b97bd9 --extern-html-root-url \'libc=https://docs.rs/libc/0.2.44\' --extern-html-root-url \'termios=https://docs.rs/termios/0.3.1\' --extern-html-root-url \'winapi=https://docs.rs/winapi/0.3.6\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-5f8e9c3372094fd9.rmeta --extern termios=/home/cratesfyi/cratesfyi/debug/deps/libtermios-13fa59fd00a837a4.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not document `crossterm`.', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.