Reorder general category

This commit is contained in:
Nico Burns 2022-11-08 01:12:01 +00:00
parent 55dace58f6
commit fb47311a92

View file

@ -18,10 +18,13 @@
}]
},
{
"name": "UUIDs",
"name": "Time & Date",
"crates": [{
"name": "uuid",
"notes": "Implements generating and parsing UUIDs and a number of utility functions"
"name": "time",
"notes": "The original datetime crate which was split out of std pre-rust-1.0. Preferrable if covers your needs, but it's quite limited in what it provides."
}, {
"name": "chrono",
"notes": "The most comphrehensive and full-featured datetime library, but more complex because of it."
}]
},
{
@ -43,6 +46,13 @@
"notes": "Use if need features such as backtracking which regex doesn't support"
}]
},
{
"name": "UUIDs",
"crates": [{
"name": "uuid",
"notes": "Implements generating and parsing UUIDs and a number of utility functions"
}]
},
{
"name": "Temporary files",
"crates": [{
@ -57,16 +67,6 @@
"notes": "Uses a pure-Rust implementation by default. Use feature flags to opt in to system zlib."
}]
},
{
"name": "Time & Date",
"crates": [{
"name": "time",
"notes": "The original datetime crate which was split out of std pre-rust-1.0. Preferrable if covers your needs, but it's quite limited in what it provides."
}, {
"name": "chrono",
"notes": "The most comphrehensive and full-featured datetime library, but more complex because of it."
}]
},
{
"name": "Insertion-ordered map",
"crates": [{