text_analyzer 0.1.0

Tool that counts the occurence of each letter
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Owen Zonneveld <owenzonneveld@gmail.com>"]
categories = ["command-line-utilities"]
description = "Tool that counts the occurence of each letter"
edition = "2021"
homepage = "https://github.com/TheOfficialOzone/text_analyzer.git"
keywords = ["cli", "text", "analyzer"]
license = "Apache-2.0"
name = "text_analyzer"
readme = "README.md"
repository = "https://github.com/TheOfficialOzone/text_analyzer.git"
resolver = "2"
version = "0.1.0"