added a link to the generated documentation. fixes #5.
This commit is contained in:
parent
d6e0c3f266
commit
3604e59147
|
@ -8,6 +8,8 @@ Rust-chrono
|
||||||
|
|
||||||
Date and time handling for Rust.
|
Date and time handling for Rust.
|
||||||
|
|
||||||
|
[Complete Documentation](http://rust-ci.org/lifthrasiir/rust-chrono/doc/chrono/)
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
// find out if the doomsday rule is correct!
|
// find out if the doomsday rule is correct!
|
||||||
use chrono::{Weekday, NaiveDate, naive};
|
use chrono::{Weekday, NaiveDate, naive};
|
||||||
|
|
Loading…
Reference in New Issue