punch-card

Crates.iopunch-card
lib.rspunch-card
version1.1.0
sourcesrc
created_at2022-04-30 08:43:01.197289
updated_at2022-05-05 03:48:06.968745
descriptionPunched cards in Rust
homepagehttps://github.com/1e1001/punch-card
repositoryhttps://github.com/1e1001/punch-card
max_upload_size
id578039
size132,009
Michael (1e1001)

documentation

https://docs.rs/punch-card

README

punch-card

Repository Crates.io docs.rs MIT

A library for making punched cards like this:

use punch_card::PunchCard;

#[rustfmt::skip]
println!("{}", std::str::from_utf8(&(
    .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ..,
    ..=..=..=..=..=.. .. .. ..=..=..=..=..=..=.. ..=..=.. ..=..=..=..=..=..=.. ..=..=..=..=..=.. ..=..=..=..=..,
    ..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..,
    .. ..=..=..=..=..=.. .. .. ..=.. ..=.. ..=.. .. .. .. .. ..=.. ..=.. ..=.. ..=..=.. .. .. .. .. .. ..=.. ..,
    ..=.. .. .. .. ..=..=..=.. .. .. .. .. .. ..=..=..=..=.. .. .. .. .. .. ..=.. .. ..=.. ..=..=.. .. .. .. ..,
    .. ..=..=.. .. .. ..=..=.. .. .. ..=..=.. ..=.. ..=..=.. .. .. ..=..=.. ..=.. ..=..=.. .. ..=.. .. .. ..=..,
    .. .. .. .. ..=..=..=..=..=..=.. .. .. ..=..=.. ..=..=..=..=.. .. .. ..=..=.. .. ..=..=.. .. ..=.. ..=.. ..,
    .. .. .. .. ..=.. ..=..=..=.. ..=.. ..=..=.. ..=..=..=..=.. ..=.. ..=..=..=.. ..=.. ..=.. ..=..=..=.. .. ..,
).punch_card::<Vec<_>>()).unwrap());

For more information, read the docs.

Changelog

1.1.0

  • added no_std support
  • better testing and documentation

1.0.2

  • added another badge i forgot

1.0.1

  • added badges and the like

1.0.0

  • added everything
  • fixed metadata
Commit count: 24

cargo fmt