rustichar

Crates.iorustichar
lib.rsrustichar
version1.0.1
sourcesrc
created_at2024-10-09 23:30:38.493394
updated_at2024-10-10 03:04:20.141293
descriptionRustichar is a cli tool made to check the occurrences of characters in a string
homepage
repositoryhttps://github.com/The-Puppet-Studios/rustichar
max_upload_size
id1403200
size38,653
Puppet (Thepuppetqueen57)

documentation

README

Rustichar

Rustichar is a program that checks how many of all the characters in a string there are

Installation

Make sure you have rust and cargo installed and in your path

Then run cargo install rustichar in your terminal

Then you can run the rustichar command.

Usage

Usage: echo "hi" | rustichar this will print something like:

h: 1
i: 1
newline: 1

It could be in a different order though.

To print in a hex format do the same command but with -h at the end

Changelog

1.0.1

Added -h flag

1.0.0

Initial release

Commit count: 4

cargo fmt