dhoni 0.1.0

A crate for converting Bengali text into their phonetic counterpart.
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented1 out of 2 items with examples
  • Size
  • Source code size: 8.64 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.15 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • OpenBangla/dhoni
    4 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mominul

dhoni (ধ্বনি)

Build Status crates.io DOCS.rs

A crate for converting Bengali text into their phonetic counterpart.

Requires Rust version >= 1.31

Usage

Add this to your Cargo.toml:

[dependencies]
dhoni = "0.1"

Example

This example shows how to use this crate:

use dhoni::convert_to_phonetic;

let banglish = convert_to_phonetic("আমি");
assert_eq!(banglish, "ami");

License

dhoni is distributed under the terms of MIT License.

See LICENSE for details.