Crate proc_strarray

source ·

Macros§

  • Procedural macro proc_strarray::make_array creates const u8 array from str literal.
  • Procedural macro proc_strarray::make_array0 creates zero terminated const u8 array from str literal.
  • Procedural macro proc_strarray::str_len returns length of string literal.
  • Procedural macro proc_strarray::str_repeat repeats string literal n times.
  • Procedural macro proc_strarray::str_repeat0 repeats string literal n times and adds zero termination.