[package] name = "hash_by_ref" version = "0.1.0" authors = ["coco "] description = "A simple NewType that wraps Rc and allows to use the reference identity/pointer value of Rc as keys in hashmap" # These URLs point to more information about the repository #documentation = "..." repository = "https://github.com/eqv/hash_by_ref" #homepage = "..." keywords = ["hash", "reference-identity", "rc", "reference","identity"] license-file = "LICENSE" [dependencies]