mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Reorder general category
This commit is contained in:
parent
55dace58f6
commit
fb47311a92
1 changed files with 13 additions and 13 deletions
|
@ -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": [{
|
||||
|
|
Loading…
Reference in a new issue