master
Avril 3 years ago
parent 75f7a39b9f
commit 362d41ef56
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -3,7 +3,7 @@ name = "refset"
description = "A non-owning HashSet"
repository = "https://git.flanchan.moe/flanchan/refset"
keywords = ["hash", "set", "reference"]
version = "0.1.0"
version = "0.1.1"
authors = ["Avril <flanchan@cumallover.me>"]
edition = "2018"
license= "MIT"

@ -1,4 +1,4 @@
# refset - non-owning `HsahSet`
# refset - non-owning `HashSet`
A hash-set analogue that does not own its data.

Loading…
Cancel
Save