vodk_math 0.0.2

Yet another math vector and matrix library.
Build #197922016-08-14T13:03:27.561884+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading vodk_math v0.0.2
Documenting vodk_math v0.0.2
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/vodk_math-0.0.2/src/lib.rs --crate-name vodk_math -o /home/cratesfyi/vodk_math-0.0.2/doc -L dependency=/home/cratesfyi/vodk_math-0.0.2/debug -L dependency=/home/cratesfyi/vodk_math-0.0.2/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/vodk_math-0.0.2/src/vector.rs:4:5: 4:20 error: unresolved import `std::num::Float`. There is no `Float` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/vodk_math-0.0.2/src/vector.rs:4 use std::num::Float;
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/vodk_math-0.0.2/src/matrix.rs:4:5: 4:20 error: unresolved import `std::num::Float`. There is no `Float` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/vodk_math-0.0.2/src/matrix.rs:4 use std::num::Float;
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/vodk_math-0.0.2/src/common.rs:2:10: 2:14 error: the trait bound `common::Untyped: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/vodk_math-0.0.2/src/common.rs:2 #[derive(Copy, PartialEq, Debug)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/vodk_math-0.0.2/src/common.rs:2:10: 2:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/vodk_math-0.0.2/src/common.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/vodk_math-0.0.2/src/common.rs:2:10: 2:14 note: required by `std::marker::Copy` 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `vodk_math v0.0.2`, intermediate artifacts can be found at `/home/cratesfyi/vodk_math-0.0.2`,
cause: ChainedError {
error: Could not document `vodk_math`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/vodk_math-0.0.2/src/lib.rs --crate-name vodk_math -o /home/cratesfyi/vodk_math-0.0.2/doc -L dependency=/home/cratesfyi/vodk_math-0.0.2/debug -L dependency=/home/cratesfyi/vodk_math-0.0.2/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.