Modulesยง
Structsยง
- Unquoted
- Unquoted string which deserialized from a quoted string. Construction from a &str is infallible such that the input can already be unquoted. Construction from serde deserialization is fallible and the input must be quoted.
Constantsยง
Traitsยง
- Between
- Slice a string between a pair of delimiters.
- Split
Infallible - Split a string with default behaviors on non-match.
- Unquote
- Slice a string between quotes
Functionsยง
- camel_
to_ snake_ case - camel_
to_ snake_ string - collect_
stream - common_
prefix - Find the common prefix from a collection of strings and return a slice
- str_
from_ bytes - Parses the bytes into a string.
- string_
from_ bytes - Parses the bytes into a string.
- to_
small_ string - truncate_
deterministic