rust_birthday

Crates.iorust_birthday
lib.rsrust_birthday
version0.1.1
sourcesrc
created_at2020-05-23 12:30:21.609681
updated_at2020-05-25 14:31:23.956846
descriptionA library for determing if it's Rust's birthday (15th of May)
homepagehttps://github.com/booyaa/rust_birthday
repositoryhttps://github.com/booyaa/rust_birthday
max_upload_size
id244860
size6,813
Mark Sta Ana (booyaa)

documentation

README

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.

Commit count: 17

cargo fmt