Crate ident_case_conversions

Source

Structs§

SplitCamel

Enums§

ConvertedCase
IdentifiedCase

Traits§

CaseConversions
This is a extension trait providing methods for easy case conversion. It is not meant to be implemented externally, implement CaseConvertable instead.
CaseConvertable
This trait indicates that the type can be converted into another case.
GetSpan