cppn 0.1.2

Compositional Pattern Producing Networks
Documentation
Build #76107 2017-11-11 12:50:41

# 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.1.2 Fresh libc v0.2.33 Fresh fixedbitset v0.1.8 Fresh rand v0.3.18 Compiling acyclic-network v0.1.0 Running `rustc --crate-name acyclic_network .cargo/registry/src/github.com-1ecc6299db9ec823/acyclic-network-0.1.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=72f6371ab3267ec8 -C extra-filename=-72f6371ab3267ec8 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rand=/home/cratesfyi/cratesfyi/debug/deps/librand-0bd837ec519c7b08.rlib --extern-version rand=rand,0.3.18 --extern fixedbitset=/home/cratesfyi/cratesfyi/debug/deps/libfixedbitset-87acb1146cb3e844.rlib --extern-version fixedbitset=fixedbitset,0.1.8 --cap-lints allow` Documenting cppn v0.1.2 Running `rustdoc --crate-name cppn .cargo/registry/src/github.com-1ecc6299db9ec823/cppn-0.1.2/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-72f6371ab3267ec8.rlib --extern-version acyclic_network=acyclic-network,0.1.0` warning[E0122]: trait bounds are not (yet) enforced in type definitions --> .cargo/registry/src/github.com-1ecc6299db9ec823/cppn-0.1.2/src/cppn.rs:103:1 | 103 | / pub type CppnGraph<N, L, EXTID> where 104 | | N: CppnNodeType, 105 | | L: Copy + Debug + Send + Sized + Into<f64>, 106 | | EXTID: Copy + Debug + Send + Sized + Ord = Network<N, L, EXTID>; | |____________________________________________________________________^ Finished dev [unoptimized + debuginfo] target(s) in 1.75 secs