mirror of
https://github.com/Noratrieb/stuff.git
synced 2026-01-14 16:35:08 +01:00
add metadata
This commit is contained in:
parent
8ec599cee6
commit
7ee98886df
2 changed files with 10 additions and 2 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -1,7 +1,15 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ptr-stuff"
|
name = "ptr"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
description = "Stuffing things into pointers."
|
||||||
|
readme = "./README.md"
|
||||||
|
homepage = "https://github.com/Nilstrieb/stuff"
|
||||||
|
repository = "https://github.com/Nilstrieb/stuff"
|
||||||
|
license = "MIT"
|
||||||
|
keywords = ["unsafe", "pointer", "bitpacking", "provenance", "bitstuffing", "tagging", "ptr"]
|
||||||
|
categories = ["data-structures", "memory-management", "no-std"]
|
||||||
|
include = ["Cargo.toml", "LICENSE", "src"]
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# ptr-stuff
|
# stuff
|
||||||
|
|
||||||
A crate for stuffing things into a pointer.
|
A crate for stuffing things into a pointer.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue