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 string utilities.
- Implementations of extern crate types
- All implementations of
StringExtT
are here - Number to Hex string
- Number to string, fast and efficient utilities.
- Random string.
Traits§
- Trait helper for push any string-like type to the string.
- Trait for string-like types, but extended with some methods making it not dyn-compatible.
- Trait for string-like types.