Skip to content

0.2.16 str method macros

Compare
Choose a tag to compare
@rodrimati1992 rodrimati1992 released this 03 Aug 13:23
· 84 commits to master since this release
3365bea

This release adds macros that act like methods on &'static str constants.

Changelog

0.2.16

Added these macros that act like str methods:

  • str_get
  • str_index
  • str_repeat
  • str_replace
  • str_splice

Added the SplicedStr struct.