Crate pluralize_rs

Source

Functions§

is_plural
Returns wheter the noun is plural, if it is uncountable, will return true
is_singular
Returns wheter the noun is singular, if it is uncountable, will return true
is_uncountable
Returns whether a noun is uncountable
to_plural
Returns a noun’s plural form, if it is uncountable, the origin value will be returned
to_singular
Returns a noun’s singular form, if it is uncountable, the origin value will be returned