macro_toolset

Module string

Source
👎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§

Structs§

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

Enums§

  • HexStrDeprecated
    Hex string with fixed length.

Traits§

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