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