Skip to content

Commit 9e57d97

Browse files
committed
Add mathematics category
This change adds the additional mathematics category, as well as removing "math" from the list of fields covered by the "science" category.
1 parent 23f187a commit 9e57d97

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/boot/categories.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,12 @@ Crates to help adapting internationalized software to specific \
272272
languages and regions.\
273273
"""
274274

275+
[mathematics]
276+
name = "Mathematics"
277+
description = """
278+
Crates related to mathematics or related topics.
279+
"""
280+
275281
[memory-management]
276282
name = "Memory management"
277283
description = """
@@ -398,7 +404,7 @@ Rust.\
398404
[science]
399405
name = "Science"
400406
description = """
401-
Crates related to solving problems involving math, physics, chemistry, \
407+
Crates related to solving problems involving physics, chemistry, \
402408
biology, machine learning, geoscience, and other scientific fields.\
403409
"""
404410

0 commit comments

Comments
 (0)