schuppe 0.0.2

create a GUI based on streams
Build #102498 2018-06-05T23:07:28.710144+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Documenting schuppe v0.0.2
Running `rustdoc --crate-name schuppe .cargo/registry/src/github.com-1ecc6299db9ec823/schuppe-0.0.2/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error[E0583]: file not found for module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/schuppe-0.0.2/src/lib.rs:3:9
|
3 | pub mod token;
|         ^^^^^
|
= help: name the file either token.rs or token/mod.rs inside the directory ".cargo/registry/src/github.com-1ecc6299db9ec823/schuppe-0.0.2/src"

thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `schuppe`.,
cause: process didn't exit successfully: `rustdoc --crate-name schuppe .cargo/registry/src/github.com-1ecc6299db9ec823/schuppe-0.0.2/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.