Crates.io | tallymarks |
lib.rs | tallymarks |
version | 0.1.1 |
source | src |
created_at | 2022-03-31 07:40:48.099208 |
updated_at | 2022-04-24 02:02:50.239276 |
description | Crate for converting numbers to tally marks. |
homepage | https://github.com/Vizdun/tallymarks |
repository | https://github.com/Vizdun/tallymarks |
max_upload_size | |
id | 559514 |
size | 3,355 |
Crate for converting numbers to tally marks.
Without spaces:
assert_eq!("𝍸𝍸", tallymarks::tally_marks(10));
With spaces:
assert_eq!("𝍸 𝍸", tallymarks::tally_marks_spaced(10));