We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43f915 commit b85e288Copy full SHA for b85e288
Cargo.toml
@@ -2,6 +2,13 @@
2
name = "circ"
3
version = "0.1.0"
4
edition = "2021"
5
+license = "MIT OR Apache-2.0"
6
+description = "Efficient referenced counted pointers for non-blocking concurrency"
7
+readme = "README.md"
8
+homepage = "https://github.com/kaist-cp/circ"
9
+repository = "https://github.com/kaist-cp/circ"
10
+keywords = ["atomic", "reference-counting", "non-blocking", "lock-free"]
11
+categories = ["concurrency", "memory-management"]
12
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
0 commit comments