mirror of
https://github.com/chronotope/chrono.git
synced 2025-10-02 07:21:41 +00:00
well, I forgot to update the README.
This commit is contained in:
parent
90ac81e9f9
commit
e08f0849dc
@ -52,8 +52,9 @@ extern crate chrono;
|
||||
### Duration
|
||||
|
||||
Chrono used to have a `Duration` type, which represents the time span.
|
||||
Now Rust standard library includes it as `std::time::duration::Duration` and
|
||||
Chrono simply reexports it.
|
||||
This is a simple reexport of
|
||||
[`time::Duration`](http://doc.rust-lang.org/time/time/struct.Duration.html) type
|
||||
provided by crates.io `time` crate (which originally comes from Chrono).
|
||||
|
||||
### Date and Time
|
||||
|
||||
|
@ -48,8 +48,9 @@ extern crate chrono;
|
||||
### Duration
|
||||
|
||||
Chrono used to have a `Duration` type, which represents the time span.
|
||||
Now Rust standard library includes it as `std::time::duration::Duration` and
|
||||
Chrono simply reexports it.
|
||||
This is a simple reexport of
|
||||
[`time::Duration`](http://doc.rust-lang.org/time/time/struct.Duration.html) type
|
||||
provided by crates.io `time` crate (which originally comes from Chrono).
|
||||
|
||||
### Date and Time
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user