fastring - fast string utilities
Features
- Basic, mutable string type (
String). - Ref-counted immutable string type (
RcStr). - Atomic ref-counted immutable string type (
ArcStr).
Acknowledgements
This crate is highly inspired by the following repositories:
arcstr, SPDX-License-Identifier: MIT OR Apache-2.0 OR Zlib