summaryrefslogtreecommitdiffstats
path: root/categories/src
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2019-03-17 17:01:09 +0000
committerKornel <kornel@geekhood.net>2019-03-19 20:56:38 +0000
commit2e59787b0593f95164261f0494eed4ca1e064a91 (patch)
tree98cd6c097a0cfecba82cc77e6e1ebe0050df9afd /categories/src
parent796a4189b252649d3b0216b16aa100f387917b47 (diff)
Keep related categories close together
Diffstat (limited to 'categories/src')
-rw-r--r--categories/src/categories.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/categories/src/categories.toml b/categories/src/categories.toml
index c7966f9..b84496b 100644
--- a/categories/src/categories.toml
+++ b/categories/src/categories.toml
@@ -36,6 +36,7 @@ searching, and more.\
short-description = """
Core algorithms such as hashing, sorting and searching.
"""
+siblings = ["data-structures"]
# [api-bindings]
# name = "API bindings"
@@ -300,6 +301,7 @@ Encoding and/or decoding data from one data format to another.\
"""
short-description = """
Encoding and/or decoding data from one data format to another."""
+siblings = ["parser-implementations"]
# [external-ffi-bindings]
# name = "External FFI bindings"
@@ -572,6 +574,7 @@ Rust.\
"""
short-description = """
Shared solutions for particular situations specific to programming in Rust."""
+siblings = ["no-std"]
[science]
name = "Science"