dft 0.2.1

The package provides an algorithm to compute the discrete Fourier transform.
Build #84132016-08-05T15:37:55.486552+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 dft v0.2.1
Compiling complex v0.8.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/complex-0.8.0/src/lib.rs --crate-name complex --crate-type lib -g -C metadata=31f81b7aef8c3e21 -C extra-filename=-31f81b7aef8c3e21 --out-dir /home/cratesfyi/dft-0.2.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/dft-0.2.1/debug/deps -L dependency=/home/cratesfyi/dft-0.2.1/debug/deps --cap-lints allow`
Documenting dft v0.2.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/dft-0.2.1/src/lib.rs --crate-name dft -o /home/cratesfyi/dft-0.2.1/doc -L dependency=/home/cratesfyi/dft-0.2.1/debug -L dependency=/home/cratesfyi/dft-0.2.1/debug/deps --extern complex=/home/cratesfyi/dft-0.2.1/debug/deps/libcomplex-31f81b7aef8c3e21.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/dft-0.2.1/src/complex.rs:6:5: 6:16 error: unresolved import `number::c64`. There is no `c64` in `number` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/dft-0.2.1/src/complex.rs:6 use number::c64;
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dft-0.2.1/src/real.rs:3:14: 3:21 error: unresolved import `number::Complex`. There is no `Complex` in `number` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/dft-0.2.1/src/real.rs:3 use number::{Complex, c64};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dft-0.2.1/src/real.rs:3:23: 3:26 error: unresolved import `number::c64`. There is no `c64` in `number` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/dft-0.2.1/src/real.rs:3 use number::{Complex, c64};
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dft-0.2.1/src/lib.rs:10:13: 10:32 error: the type of this value must be known in this context 
.cargo/registry/src/github.com-1ecc6299db9ec823/dft-0.2.1/src/lib.rs:10         if !n.is_power_of_two() {
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dft-0.2.1/src/complex.rs:12:13: 12:32 note: in this expansion of power_of_two! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/dft-0.2.1/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/dft-0.2.1/src/lib.rs:10:13: 10:32 error: the type of this value must be known in this context 
.cargo/registry/src/github.com-1ecc6299db9ec823/dft-0.2.1/src/lib.rs:10         if !n.is_power_of_two() {
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dft-0.2.1/src/complex.rs:21:13: 21:32 note: in this expansion of power_of_two! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/dft-0.2.1/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/dft-0.2.1/src/lib.rs:10:13: 10:32 error: the type of this value must be known in this context 
.cargo/registry/src/github.com-1ecc6299db9ec823/dft-0.2.1/src/lib.rs:10         if !n.is_power_of_two() {
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dft-0.2.1/src/complex.rs:30:13: 30:32 note: in this expansion of power_of_two! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/dft-0.2.1/src/lib.rs)
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `dft v0.2.1`, intermediate artifacts can be found at `/home/cratesfyi/dft-0.2.1`,
cause: ChainedError {
error: Could not document `dft`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/dft-0.2.1/src/lib.rs --crate-name dft -o /home/cratesfyi/dft-0.2.1/doc -L dependency=/home/cratesfyi/dft-0.2.1/debug -L dependency=/home/cratesfyi/dft-0.2.1/debug/deps --extern complex=/home/cratesfyi/dft-0.2.1/debug/deps/libcomplex-31f81b7aef8c3e21.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.