char_occurence

Crates.iochar_occurence
lib.rschar_occurence
version0.2.1
sourcesrc
created_at2022-09-24 21:27:43.948687
updated_at2022-09-25 13:45:06.731322
descriptionCLI that displays the occurences of character in the argument string as superscript.
homepage
repositoryhttps://github.com/Endermanbugzjfc/rust_minimal_of_mine/
max_upload_size
id673263
size4,299
EndermanbugZJFC (Endermanbugzjfc)

documentation

README

Char Occurence

crates.io

CLI that displays the occurences of character in the argument string as superscript.

Trust me, the typo is intended.

Example

$ char_occurence "hello"

Output

h¹e¹l²l²o¹
Commit count: 21

cargo fmt