A library for determining if it's Rust's birthday (15th of May).
This crate is on crates.io and can be
used by adding rust_birthday
to the dependencies in your project's Cargo.toml
.
toml
[dependencies]
rust_birthday = "0.1.*"
and this to your crate root:
rust
extern crate rust_birthday;
License is WTFPL v2.0.
There is no copyright.