1[package]
2name = "by_address"
3version = "1.1.0"
4authors = ["Matt Brubeck <mbrubeck@limpet.net>"]
5license = "MIT / Apache-2.0"
6description = "Wrapper for comparing and hashing pointers by address"
7repository = "https://github.com/mbrubeck/by_address"
8documentation = "https://docs.rs/by_address"
9keywords = ["hash", "pointer", "reference", "rc", "arc"]
10categories = ["no-std", "data-structures", "rust-patterns"]
11readme = "README.md"
12edition = "2018"
13