cppn 0.3.0

Compositional Pattern Producing Networks
Documentation
Build #83666 2018-01-25 17:56:39
# rustc version
rustc 1.22.0-dev (b1cfd1750 2017-09-21)# docs.rs version
cratesfyi 0.4.2 (13da7b2 2017-10-12)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading cppn v0.3.0
Fresh fixedbitset v0.1.8
Fresh libc v0.2.36
Fresh rand v0.4.2
Compiling acyclic-network v0.2.0
Running `rustc --crate-name acyclic_network .cargo/registry/src/github.com-1ecc6299db9ec823/acyclic-network-0.2.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=3dd21e0f9b1c7e34 -C extra-filename=-3dd21e0f9b1c7e34 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern fixedbitset=/home/cratesfyi/cratesfyi/debug/deps/libfixedbitset-87acb1146cb3e844.rlib --extern-version fixedbitset=fixedbitset,0.1.8 --extern rand=/home/cratesfyi/cratesfyi/debug/deps/librand-fd06238d4d1f30d6.rlib --extern-version rand=rand,0.4.2 --cap-lints allow`
Documenting cppn v0.3.0
Running `rustdoc --crate-name cppn .cargo/registry/src/github.com-1ecc6299db9ec823/cppn-0.3.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern fixedbitset=/home/cratesfyi/cratesfyi/debug/deps/libfixedbitset-87acb1146cb3e844.rlib --extern-version fixedbitset=fixedbitset,0.1.8 --extern acyclic_network=/home/cratesfyi/cratesfyi/debug/deps/libacyclic_network-3dd21e0f9b1c7e34.rlib --extern-version acyclic_network=acyclic-network,0.2.0`
warning[E0122]: trait bounds are not (yet) enforced in type definitions
--> .cargo/registry/src/github.com-1ecc6299db9ec823/cppn-0.3.0/src/cppn.rs:105:1
|
105 | / pub type CppnGraph<N, L, EXTID>
106 | | where
107 | |     N: CppnNodeType,
108 | |     L: Copy + Debug + Send + Sized + Into<f64>,
109 | |     EXTID: Copy + Debug + Send + Sized + Ord,
110 | | = Network<N, L, EXTID>;
| |_______________________^

Finished dev [unoptimized + debuginfo] target(s) in 1.85 secs