token 1.0.0-rc1

A simple string-tokenizer (and sentence splitter) Note: If you find that you would like to use the name for something more appropriate, please just send me a mail at jaln at itu dot dk
Build #55761 2017-06-04 19:26:34

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version rustc 1.19.0-dev (28a93c1f4 2017-05-31)

# docs.rs version cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading token v1.0.0-rc1 Documenting token v1.0.0-rc1 Running `rustdoc --crate-name token .cargo/registry/src/github.com-1ecc6299db9ec823/token-1.0.0-rc1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` error[E0432]: unresolved import `std::io::ReadExt` --> .cargo/registry/src/github.com-1ecc6299db9ec823/token-1.0.0-rc1/src/lib.rs:50:21 | 50 | use std::io::{Read, ReadExt}; | ^^^^^^^ no `ReadExt` in `io` error[E0207]: the lifetime parameter `'a` is not constrained by the impl trait, self type, or predicates --> .cargo/registry/src/github.com-1ecc6299db9ec823/token-1.0.0-rc1/src/lib.rs:82:6 | 82 | impl<'a, R: Read> Iterator for Tokenizer<R> { | ^^ unconstrained lifetime parameter error[E0207]: the lifetime parameter `'b` is not constrained by the impl trait, self type, or predicates --> .cargo/registry/src/github.com-1ecc6299db9ec823/token-1.0.0-rc1/src/lib.rs:174:11 | 174 | impl <'a, 'b, R: Read> Iterator for SentenceSplitter<'a, R> { | ^^ unconstrained lifetime parameter error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: Could not document `token`., cause: process didn't exit successfully: `rustdoc --crate-name token .cargo/registry/src/github.com-1ecc6299db9ec823/token-1.0.0-rc1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101) }', src/bin/cratesfyi.rs:136 note: Run with `RUST_BACKTRACE=1` for a backtrace.