ranged_set 0.4.1

A set that stores contiguous values as a range. Designed to be used with numeric types.
Documentation
Build #57536 2017-06-05 17:29:27
# 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 ranged_set v0.4.1
Downloading step v0.1.0
Compiling step v0.1.0
Fresh num-traits v0.1.37
Running `rustc --crate-name step .cargo/registry/src/github.com-1ecc6299db9ec823/step-0.1.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=198c2e111a6980bf -C extra-filename=-198c2e111a6980bf --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Documenting ranged_set v0.4.1
Running `rustdoc --crate-name ranged_set .cargo/registry/src/github.com-1ecc6299db9ec823/ranged_set-0.4.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern num_traits=/home/cratesfyi/cratesfyi/debug/deps/libnum_traits-a8c1b7cdefa880e5.rlib --extern-version num_traits=num-traits,0.1.37 --extern step=/home/cratesfyi/cratesfyi/debug/deps/libstep-198c2e111a6980bf.rlib --extern-version step=step,0.1.0`
Finished dev [unoptimized + debuginfo] target(s) in 0.53 secs