macro_toolset

Module string_v2

Source
Expand description

Useful [StringExt] utilities for crate::str_concat macros

Re-exports§

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.