0.2.16 str method macros
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.