Crates.io | rust_birthday |
lib.rs | rust_birthday |
version | 0.1.1 |
source | src |
created_at | 2020-05-23 12:30:21.609681 |
updated_at | 2020-05-25 14:31:23.956846 |
description | A library for determing if it's Rust's birthday (15th of May) |
homepage | https://github.com/booyaa/rust_birthday |
repository | https://github.com/booyaa/rust_birthday |
max_upload_size | |
id | 244860 |
size | 6,813 |
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());
License is WTFPL v2.0.
There is no copyright.