words_counter 0.1.0

This library is for calculating the frequencies of each word and also the total number of words in the story given by user
Documentation
[package]
name = "words_counter"
version = "0.1.0"
authors = ["Muhammad Huzefa <huzefagul92@gmail.com>"]
edition = "2018"
description = "This library is for calculating the frequencies of each word and also the total number of words in the story given by user"
license = "MIT"
keywords = ["counter", "words_count", "words_counter", "word_counter", "word_count"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]