Module konst::string

source ·
Expand description

const fn equivalents of str methods.

Macros§

  • Makes a &'static str from an const iterator over &strs or chars
  • Macro equivalent of <[&str]>::concat, which takes a constant as an argument.
  • Macro equivalent of <[&str]>::join, which takes constants as arguments.

Structs§

Traits§

Functions§