ip_network 0.2.0

IPv4 and IPv6 network structs.
Documentation
Build #99485 2018-05-13 18:45:10

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.26.0-dev (0eb87c9bf 2018-03-16)

# docs.rs version cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading ip_network v0.2.0 Documenting ip_network v0.2.0 Running `rustdoc --crate-name ip_network .cargo/registry/src/github.com-1ecc6299db9ec823/ip_network-0.2.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180316-1.26.0-dev-0eb87c9bf -L dependency=/home/cratesfyi/cratesfyi/debug/deps` error[E0658]: 128-bit type is unstable (see issue #35118) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ip_network-0.2.0/src/helpers.rs:11:40 | 11 | pub fn get_bite_mask_u128(mask: u8) -> u128 { | ^^^^ | = help: add #![feature(i128_type)] to the crate attributes to enable error[E0658]: 128-bit type is unstable (see issue #35118) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ip_network-0.2.0/src/iterator.rs:144:14 | 144 | current: u128, | ^^^^ | = help: add #![feature(i128_type)] to the crate attributes to enable error[E0658]: 128-bit type is unstable (see issue #35118) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ip_network-0.2.0/src/iterator.rs:145:9 | 145 | to: u128, | ^^^^ | = help: add #![feature(i128_type)] to the crate attributes to enable error[E0658]: 128-bit type is unstable (see issue #35118) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ip_network-0.2.0/src/iterator.rs:169:23 | 169 | fn step(&self) -> u128 { | ^^^^ | = help: add #![feature(i128_type)] to the crate attributes to enable error[E0658]: 128-bit type is unstable (see issue #35118) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ip_network-0.2.0/src/iterator.rs:173:31 | 173 | pub fn real_len(&self) -> u128 { | ^^^^ | = help: add #![feature(i128_type)] to the crate attributes to enable error: Compilation failed, aborting rustdoc thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not document `ip_network`., cause: process didn't exit successfully: `rustdoc --crate-name ip_network .cargo/registry/src/github.com-1ecc6299db9ec823/ip_network-0.2.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180316-1.26.0-dev-0eb87c9bf -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.