evmap 0.6.0

A lock-free, eventually consistent, concurrent multi-value map.
Build #45914 2017-04-05T19:45:36.406699+00:00
# rustc version
rustc 1.17.0-nightly (134c4a0f0 2017-03-20)
# docs.rs version
cratesfyi 0.3.2 (56e5d46 2017-03-20)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading evmap v0.6.0
Documenting evmap v0.6.0
Running `rustdoc --crate-name evmap .cargo/registry/src/github.com-1ecc6299db9ec823/evmap-0.6.0/src/lib.rs -o /home/cratesfyi/evmap-0.6.0/doc -L dependency=/home/cratesfyi/evmap-0.6.0/debug/deps`
error: `pub(restricted)` syntax is experimental (see issue #32409)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/evmap-0.6.0/src/read.rs:21:9
|
21 |     pub(crate) inner: sync::Arc<AtomicPtr<Inner<K, V, M, S>>>,
|         ^^^^^
|
= help: add #![feature(pub_restricted)] to the crate attributes to enable

error: aborting due to previous error

thread 'main' panicked at 'ChainedError {
error: Could not document `evmap`.,
cause: process didn't exit successfully: `rustdoc --crate-name evmap .cargo/registry/src/github.com-1ecc6299db9ec823/evmap-0.6.0/src/lib.rs -o /home/cratesfyi/evmap-0.6.0/doc -L dependency=/home/cratesfyi/evmap-0.6.0/debug/deps` (exit code: 101)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.