Skip to content

Commit ad3b3f1

Browse files
committed
Auto merge of #1893 - mindriot101:maths-slug-1791, r=carols10cents
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. I think having a separate category makes a lot of sense, as mathematics related items can be related to e.g. simulations or games, which might be worth extracting it out from "science". I would however like some input on the description. As a non-mathematician I'm not too aware of the range of mathematics crates that are available. #1791
2 parents 21e04f3 + 509f691 commit ad3b3f1

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 with a mathematical aspect.
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)