Skip to content

booyaa/rust_birthday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust_birthday

crates.io github actions crates.io downloads github issues open github pull requests open github license

A crate for determining if it's Rust's birthday (15th of May).

usage

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;

example

use rust_birthday::*;
let mut rust_birthday = RustBirthday::new();
println!("{:?}", rust_birthday.is_now());

changelog

v0.1.1

  • add documentation to the crate

v0.1.0

  • initial release

licence / copyright

License is WTFPL v2.0.

There is no copyright.

About

A library for determining if it's Rust's birthday (15th of May).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published