ai-graph 0.0.3

Ai Graph is a new tool for creating machine learning that runs blazingly fast when learning has finnished.
Documentation
Build #116950 2018-09-14T12:52:13.912925+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`
Downloading ai-graph v0.0.3
Fresh rand_core v0.2.1
Fresh libc v0.2.43
Fresh rand v0.5.5
Documenting ai-graph v0.0.3
Running `rustdoc --crate-name ai_graph .cargo/registry/src/github.com-1ecc6299db9ec823/ai-graph-0.0.3/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 --extern rand=/home/cratesfyi/cratesfyi/debug/deps/librand-29c97574f3dc2f74.rlib --extern-version rand=rand,0.5.5`
error[E0432]: unresolved import `rand`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/ai-graph-0.0.3/src/breed.rs:4:5
|
4 | use rand::Rng;
|     ^^^^ Maybe a missing `extern crate rand;`?

error[E0432]: unresolved import `rand`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/ai-graph-0.0.3/src/new_genes.rs:4:5
|
4 | use rand::Rng;
|     ^^^^ Maybe a missing `extern crate rand;`?

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/ai-graph-0.0.3/src/breed.rs:1:5
|
1 | use crate::Gene;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/ai-graph-0.0.3/src/breed.rs:2:5
|
2 | use crate::MutationLine;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/ai-graph-0.0.3/src/breed.rs:3:5
|
3 | use crate::MutationNode;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/ai-graph-0.0.3/src/new_genes.rs:1:5
|
1 | use crate::Gene;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/ai-graph-0.0.3/src/new_genes.rs:2:5
|
2 | use crate::MutationLine;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/ai-graph-0.0.3/src/new_genes.rs:3:5
|
3 | use crate::MutationNode;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/ai-graph-0.0.3/src/output.rs:1:5
|
1 | use crate::Gene;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/ai-graph-0.0.3/src/output.rs:2:5
|
2 | use crate::MutationLine;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/ai-graph-0.0.3/src/output.rs:3:5
|
3 | use crate::MutationNode;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/ai-graph-0.0.3/src/validate.rs:1:5
|
1 | use crate::Gene;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `ai-graph`.,
cause: process didn't exit successfully: `rustdoc --crate-name ai_graph .cargo/registry/src/github.com-1ecc6299db9ec823/ai-graph-0.0.3/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 --extern rand=/home/cratesfyi/cratesfyi/debug/deps/librand-29c97574f3dc2f74.rlib --extern-version rand=rand,0.5.5` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.