2018-12-13 19:07:56 +01:00
|
|
|
[package]
|
|
|
|
description = "Atomically cached len(), for use with collections contained in parking_lot Mutex and RwLock"
|
|
|
|
homepage = "http://parity.io"
|
|
|
|
license = "GPL-3.0"
|
|
|
|
name = "len-caching-lock"
|
|
|
|
version = "0.1.1"
|
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2020-02-07 17:23:45 +01:00
|
|
|
parking_lot = "0.10.0"
|