macro_toolset

Module string

Source
Expand description

useful StringExt utilities for crate::str_concat macros

Modules§

Structs§

  • Base64 string, to encode or decode.
  • Number to string
  • Randon hex-like string, with fix length.
  • Randon string, with fix length and given charset.
  • A tuple with no separator inserted between elements.
  • A slice, separated by a separator.
  • A string with extended utilities

Enums§

  • Hex string with fixed length.

Traits§

  • Trait for removing the separator from the end of the string
  • Trait for pushing any value that can be converted into str to StringExt