plural 0.1.0

Simple library to pluralize English words
Documentation
  • Coverage
  • 100%
    7 out of 7 items documented1 out of 1 items with examples
  • Size
  • Source code size: 16.27 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.84 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • winpax/plural
    0 0 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jewlexx github:winpax:libraries

Plural

A simple library to pluralize words.

[!NOTE] This library is intended for the English language. It may work with other languages that follow the convention of adding an 's' to the end of words, but for most languages a custom implementation will be required.

Usage

use plural::Pluralize;

assert_eq!("dog".plural(), "dogs");

License

This project is licensed under the Apache-2.0 license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Code of Conduct

Contribution to this project is organized under the Contributor Covenant Code of Conduct.

Made with 💗 by Juliette Cordor