fastring 0.0.0

Fast string utilities
Documentation

fastring - fast string utilities

Crates.io Documentation License

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

License