tallymarks

Crates.iotallymarks
lib.rstallymarks
version0.1.1
sourcesrc
created_at2022-03-31 07:40:48.099208
updated_at2022-04-24 02:02:50.239276
descriptionCrate for converting numbers to tally marks.
homepagehttps://github.com/Vizdun/tallymarks
repositoryhttps://github.com/Vizdun/tallymarks
max_upload_size
id559514
size3,355
(Vizdun)

documentation

README

Crate for converting numbers to tally marks.

Usage

Without spaces:

assert_eq!("𝍸𝍸", tallymarks::tally_marks(10));

With spaces:

assert_eq!("𝍸 𝍸", tallymarks::tally_marks_spaced(10));
Commit count: 5

cargo fmt