toml 0.1.4

A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Encodable/Decodable traits for TOML data to facilitate deserializing and serializing Rust structures.
Build #10401 2016-08-07T06:11:20.106492+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 toml v0.1.4
Documenting toml v0.1.4
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.4/src/lib.rs --crate-name toml -o /home/cratesfyi/toml-0.1.4/doc -L dependency=/home/cratesfyi/toml-0.1.4/debug -L dependency=/home/cratesfyi/toml-0.1.4/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.4/src/parser.rs:310:42: 310:44 error: incorrect unicode escape sequence 
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.4/src/parser.rs:310                 Some((pos, ch)) if ch < '\u001f' => {
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.4/src/parser.rs:310:42: 310:44 help: format of unicode escape sequences is `\u{…}` 
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.4/src/parser.rs:310                 Some((pos, ch)) if ch < '\u001f' => {
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.4/src/parser.rs:310:41: 310:44 error: character literal may only contain one codepoint: '\u 
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.4/src/parser.rs:310                 Some((pos, ch)) if ch < '\u001f' => {
^~~
error: aborting due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `toml v0.1.4`, intermediate artifacts can be found at `/home/cratesfyi/toml-0.1.4`,
cause: ChainedError {
error: Could not document `toml`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.4/src/lib.rs --crate-name toml -o /home/cratesfyi/toml-0.1.4/doc -L dependency=/home/cratesfyi/toml-0.1.4/debug -L dependency=/home/cratesfyi/toml-0.1.4/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.