mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 14:24:30 +00:00
Improve description of datetime crates
This commit is contained in:
parent
c62813d508
commit
a29e86d61d
1 changed files with 2 additions and 2 deletions
|
@ -41,10 +41,10 @@
|
|||
"name": "Time & Date",
|
||||
"crates": [{
|
||||
"name": "time",
|
||||
"notes": "Basic time manipulation."
|
||||
"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": "Basic time manipulation."
|
||||
"notes": "The most comphrehensive and full-featured datetime library, but more complex because of it."
|
||||
}]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue