Text utility function library
Interface
This library is biased towards input strings and returns new strings This library uses polymorphic interface
- if accept [
String], use (impl Into<String>) - if accept [
&str], use (impl AsRef<str>)
This library is biased towards input strings and returns new strings This library uses polymorphic interface
String], use (impl Into<String>)&str], use (impl AsRef<str>)