Expand description
Useful StringExt
utilities for crate::str_concat
macros
Re-exports§
pub use base64::b64_padding;
pub use hex::HexStr;
pub use number::NumStr;
pub use rand::RandHexStr;
pub use rand::RandStr;
Modules§
- base64
- Base64 string utilities.
- externs
- Implementations of extern crate types
- general
- All implementations of
StringExtT
are here - hex
- Number to Hex string
- number
- Number to string, fast and efficient utilities.
- rand
- Random string.
- urlencoding
- URL Encoded string
Macros§
- str_
concat_ v2 - Fast concat
String
/ &str
/ number.
Structs§
Traits§
- Push
AnyT - Trait helper for push any string-like type to the string.
- String
ExtT - Trait for string-like types, but extended with some methods making it not dyn-compatible.
- StringT
- Trait for string-like types.