rust-assimp 0.0.23

A rust wrapper for assimp the open asset import library

Build #59697 2017-06-06 08:23:18

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version rustc 1.19.0-dev (28a93c1f4 2017-05-31)

# docs.rs version cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading rust-assimp v0.0.23 Fresh piston-float v0.3.0 Fresh vecmath v0.3.0 Documenting rust-assimp v0.0.23 Running `rustdoc --crate-name assimp .cargo/registry/src/github.com-1ecc6299db9ec823/rust-assimp-0.0.23/./src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern vecmath=/home/cratesfyi/cratesfyi/debug/deps/libvecmath-11d7f1a2922a888c.rlib --extern-version vecmath=vecmath,0.3.0` error[E0412]: cannot find type `Slice` in module `raw` --> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-assimp-0.0.23/./src/util.rs:6:26 | 6 | let raw_slice : raw::Slice<&T> = raw::Slice { | ^^^^^ not found in `raw` error[E0422]: cannot find struct, variant or union type `Slice` in module `raw` --> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-assimp-0.0.23/./src/util.rs:6:43 | 6 | let raw_slice : raw::Slice<&T> = raw::Slice { | ^^^^^ not found in `raw` error[E0412]: cannot find type `Slice` in module `raw` --> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-assimp-0.0.23/./src/util.rs:15:26 | 15 | let raw_slice : raw::Slice<T> = raw::Slice { | ^^^^^ not found in `raw` error[E0422]: cannot find struct, variant or union type `Slice` in module `raw` --> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-assimp-0.0.23/./src/util.rs:15:42 | 15 | let raw_slice : raw::Slice<T> = raw::Slice { | ^^^^^ not found in `raw` error: use of unstable library feature 'core_float': stable interface is via `impl f{32,64}` in later crates (see issue #32110) --> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-assimp-0.0.23/./src/types.rs:6:5 | 6 | use core::num::Float; | ^^^^^^^^^^^^^^^^ | = help: add #![feature(core_float)] to the crate attributes to enable error: use of unstable library feature 'raw' (see issue #27751) --> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-assimp-0.0.23/./src/util.rs:1:5 | 1 | use std::raw; | ^^^^^^^^ | = help: add #![feature(raw)] to the crate attributes to enable error[E0599]: no associated item named `from_str` found for type `std::string::String` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-assimp-0.0.23/./src/info.rs:145:9 | 145 | String::from_str(slice) | ^^^^^^^^^^^^^^^^ | = help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: = help: candidate #1: `use core::str::FromStr;` error[E0599]: no method named `rsqrt` found for type `f32` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-assimp-0.0.23/./src/types.rs:265:24 | 265 | self.dot(self).rsqrt() | ^^^^^ error[E0599]: no method named `rsqrt` found for type `f32` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-assimp-0.0.23/./src/types.rs:385:24 | 385 | self.dot(self).rsqrt() | ^^^^^ error[E0599]: no method named `rsqrt` found for type `f32` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-assimp-0.0.23/./src/types.rs:525:24 | 525 | self.dot(self).rsqrt() | ^^^^^ error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: Could not document `rust-assimp`., cause: process didn't exit successfully: `rustdoc --crate-name assimp .cargo/registry/src/github.com-1ecc6299db9ec823/rust-assimp-0.0.23/./src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern vecmath=/home/cratesfyi/cratesfyi/debug/deps/libvecmath-11d7f1a2922a888c.rlib --extern-version vecmath=vecmath,0.3.0` (exit code: 101) }', src/bin/cratesfyi.rs:136 note: Run with `RUST_BACKTRACE=1` for a backtrace.