typenum 1.11.1

Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.
Documentation
Build #181051 2019-08-26T04:42:33.627186+00:00
# rustc version
rustc 1.39.0-nightly (bea0372a1 2019-08-20)
# docs.rs version
cratesfyi 0.6.0 (f01dedd 2019-07-30)

# build log
Updating crates.io index
Compiling typenum v1.11.1
Running `rustc --crate-name build_script_main /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.11.1/build/main.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=43187143d544fb59 -C extra-filename=-43187143d544fb59 --out-dir /home/cratesfyi/cratesfyi/debug/build/typenum-43187143d544fb59 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/typenum-43187143d544fb59/build-script-main`
Documenting typenum v1.11.1
Running `rustdoc --crate-name typenum /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.11.1/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190820-1.39.0-nightly-bea0372a1 --static-root-path / --disable-per-crate-search -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
Finished dev [unoptimized + debuginfo] target(s) in 3.88s