hashable_weak 0.1.1

A hashable weak pointer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# hashable_weak

[![builds.sr.ht status](https://builds.sr.ht/~ragreener1/hashable_weak/commits/master.svg)](https://builds.sr.ht/~ragreener1/hashable_weak/commits/master?)
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)

A hashable wrapper around a Weak pointer that hashes based upon the pointer address.


## Contributing

To report a bug or for any discussion, please email [~ragreener1/public-inbox@lists.sr.ht](mailto:~ragreener1/public-inbox@lists.sr.ht).

To submit a [patch](https://git-send-email.io/), please sign-it-off (`-s` flag in git) to indicate you certify the [statement of origin](https://developercertificate.org/) and then email it to [~ragreener1/public-inbox@lists.sr.ht](mailto:~ragreener1/public-inbox@lists.sr.ht).
Please also add the project name to the subject, i.e., `[PATCH hashable_weak]`.