A crate for determining if it's Rust's birthday (15th of May).
This crate is crates.io and can be used by adding rust_birthday
to the dependencies in your project's Cargo.toml
.
[dependencies]
rust_birthday = "0.1.*"
and this to your crate root:
extern crate rust_birthday;
use rust_birthday::*;
let mut rust_birthday = RustBirthday::new();
println!("{:?}", rust_birthday.is_now());
- add documentation to the crate
- initial release
License is WTFPL v2.0.
There is no copyright.