Docs.rs
radiate-utils-1.2.21
radiate-utils 1.2.21
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
pkalivas
Dependencies
compact_str ^0.9.0
normal
foldhash ^0.2.0
normal
hashbrown ^0.16.1
normal
num-traits ^0.2.19
normal
rand ^0.10.0
normal
serde ^1.0.228
normal
optional
slotmap ^1.0
normal
smallvec ^1.13
normal
Versions
1.96%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
ToSnakeCase
radiate_
utils
1.2.21
ToSnake
Case
Required Methods
to_snake_case
Implementations on Foreign Types
&str
String
Implementors
In crate radiate_
utils
radiate_utils
Trait
ToSnake
Case
Copy item path
Source
pub trait ToSnakeCase<O> { // Required method fn
to_snake_case
(&self) -> O; }
Required Methods
§
Source
fn
to_snake_case
(&self) -> O
Implementations on Foreign Types
§
Source
§
impl
ToSnakeCase
<
String
> for &
str
Source
§
fn
to_snake_case
(&self) ->
String
Source
§
impl
ToSnakeCase
<
String
> for
String
Source
§
fn
to_snake_case
(&self) ->
String
Implementors
§
Source
§
impl
ToSnakeCase
<
SmallStr
> for
SmallStr