👎Deprecated since 0.8.0-rc.1: Use
string_v2
instead, v1 will be removed in 0.9.0.Expand description
useful StringExt
utilities for crate::str_concat
macros
Modules§
- b64_
padding Deprecated Base64 padding
Structs§
- Base64
Str Deprecated Base64 string, to encode or decode. - NumStr
Deprecated Number to string - Rand
HexStr Deprecated Randon hex-like string, with fix length. - RandStr
Deprecated Randon string, with fix length and given charset. - Sepless
Tuple Deprecated A tuple with no separator inserted between elements. - Slice
Sep Deprecated A slice, separated by a separator. - String
Ext Deprecated A string with extended utilities
Enums§
- HexStr
Deprecated Hex string with fixed length.
Traits§
- SeparatorT
Deprecated Trait for removing the separator from the end of the string - String
ExtT Deprecated Trait for pushing any value that can be converted into str toStringExt