Crates.io | intdate |
lib.rs | intdate |
version | 0.1.0 |
source | src |
created_at | 2021-03-21 09:52:01.552247 |
updated_at | 2021-03-21 09:52:01.552247 |
description | A simple integer date library inspired by Python's int_date. |
homepage | https://github.com/Elinvynia/intdate |
repository | https://github.com/Elinvynia/intdate.git |
max_upload_size | |
id | 371632 |
size | 22,508 |
A simple integer date library inspired by Python's int_date
.
let date = intdate::from_str("2020-01-01").unwrap();
println!("{}", date.is_year_leap());