Docs.rs
cruet-0.12.0
cruet 0.12.0
Docs.rs crate page
BSD-2-Clause
Links
Homepage
Documentation
Repository
Crates.io
Source
Owners
chrislearn
Dependencies
once_cell ^1
normal
regex ^1
normal
Versions
0.13.3
0.13.2
0.13.1
0.13.0
0.12.0
0.11.4
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
i686-unknown-linux-gnu
x86_64-pc-windows-msvc
x86_64-apple-darwin
i686-pc-windows-msvc
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module singularize
Functions
?
Module
cruet
::
string
::
singularize
source
·
[
−
]
Expand description
Provides conversion to singular strings.
Example string
FooBars
->
FooBar
Functions
to_singular
Converts a
&str
to singularized
String