weak-table 0.2.4

Weak hash maps and sets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "weak-table"
version = "0.2.4"
authors = ["Jesse A. Tov <jesse.tov@gmail.com>"]
description = "Weak hash maps and sets"
repository = "https://github.com/tov/weak-table-rs"
readme = "README.md"
license = "MIT"
keywords = ["containers", "Rc", "Arc", "weak"]
edition = "2018"

[dependencies]

[dev-dependencies]
quickcheck = "0.9"
rand = "0.7.2"