by_address 1.2.1

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