add docs link

This commit is contained in:
nora 2022-04-04 20:41:35 +02:00
parent 199cb3c5df
commit 82cc768531

View file

@ -6,6 +6,7 @@ description = "Stuffing things into pointers."
readme = "./README.md" readme = "./README.md"
homepage = "https://github.com/Nilstrieb/stuff" homepage = "https://github.com/Nilstrieb/stuff"
repository = "https://github.com/Nilstrieb/stuff" repository = "https://github.com/Nilstrieb/stuff"
documentation = "https://docs.rs/stuff"
license = "MIT" license = "MIT"
keywords = ["unsafe", "pointer", "bitpacking", "provenance", "tagging"] keywords = ["unsafe", "pointer", "bitpacking", "provenance", "tagging"]
categories = ["data-structures", "memory-management", "no-std"] categories = ["data-structures", "memory-management", "no-std"]