lru-cache 0.1.2

A cache that holds a limited number of key-value pairs
Documentation
Build #149676 2019-03-21T01:05:37.042729+00:00
# rustc version
rustc 1.35.0-nightly (0f88167f8 2019-03-18)# docs.rs version
cratesfyi 0.6.0 (32b0d13 2019-03-19)# build log
Updating crates.io index
Downloading crates ...
Downloaded lru-cache v0.1.2
Downloading crates ...
Downloaded linked-hash-map v0.5.2
Checking linked-hash-map v0.5.2
Running `rustc --crate-name linked_hash_map /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=28e39a694a7601ed -C extra-filename=-28e39a694a7601ed --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Documenting lru-cache v0.1.2
Running `rustdoc --crate-name lru_cache /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/lru-cache-0.1.2/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190318-1.35.0-nightly-0f88167f8 --static-root-path / --disable-per-crate-search --extern-html-root-url 'heapsize=https://docs.rs/heapsize/0.4.2' --extern-html-root-url 'linked_hash_map=https://docs.rs/linked-hash-map/0.5.2' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern linked_hash_map=/home/cratesfyi/cratesfyi/debug/deps/liblinked_hash_map-28e39a694a7601ed.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 3.49s