5 stable releases
| 1.2.0 | Jun 3, 2025 |
|---|---|
| 1.1.0 | May 5, 2022 |
| 1.0.3 |
|
| 1.0.2 | Apr 30, 2022 |
#209 in Visualization
287 downloads per month
135KB
605 lines
punch-card
A library for making punched cards like this:
use punch_card::PunchCard;
#[rustfmt::skip]
println!("{}", std::str::from_utf8(&(
.. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ..,
..=..=..=..=..=.. .. .. ..=..=..=..=..=..=.. ..=..=.. ..=..=..=..=..=..=.. ..=..=..=..=..=.. ..=..=..=..=..,
..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..,
.. ..=..=..=..=..=.. .. .. ..=.. ..=.. ..=.. .. .. .. .. ..=.. ..=.. ..=.. ..=..=.. .. .. .. .. .. ..=.. ..,
..=.. .. .. .. ..=..=..=.. .. .. .. .. .. ..=..=..=..=.. .. .. .. .. .. ..=.. .. ..=.. ..=..=.. .. .. .. ..,
.. ..=..=.. .. .. ..=..=.. .. .. ..=..=.. ..=.. ..=..=.. .. .. ..=..=.. ..=.. ..=..=.. .. ..=.. .. .. ..=..,
.. .. .. .. ..=..=..=..=..=..=.. .. .. ..=..=.. ..=..=..=..=.. .. .. ..=..=.. .. ..=..=.. .. ..=.. ..=.. ..,
.. .. .. .. ..=.. ..=..=..=.. ..=.. ..=..=.. ..=..=..=..=.. ..=.. ..=..=..=.. ..=.. ..=.. ..=..=..=.. .. ..,
).punch_card()).unwrap());
For more information, read the docs.
Changelog
1.2.0
- Made internals private, technically breaking but I do not care
rsutilmerge documentation overhaul
1.1.0
- Added
no_stdsupport - 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
License
MIT or Apache 2.0