|
@@ -7,6 +7,7 @@ repository = "https://git.flying-kestrel.ca/kestrel/stringstore"
|
|
|
license = "LGPL-3.0-only"
|
|
|
keywords = ["string", "cache", "pool"]
|
|
|
categories = ["caching", "memory-management"]
|
|
|
+description = "Cached dynamic set of strings with mildly expensive construction but cheap comparisons."
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|