Skip to content

Commit defa8bd

Browse files
committed
add categories.
1 parent f3ada71 commit defa8bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ license = "MIT"
99
readme = "README.md"
1010
description = "Map data structure keyed on (non-overlapping) ranges that allows lookup of a point within a range. Can be no_std (with use of alloc crate)."
1111
keywords = ["map", "no_std", "range", "interval", "tree"]
12+
categories = ["data-structures", "no-std"]
1213
[dependencies]
1314

1415
[features]

0 commit comments

Comments
 (0)