# fastring - fast string utilities
[![Crates.io][crates-badge]][crates-url]
[![Documentation][docs-badge]][docs-url]
[![License][license-badge]][license-url]
[crates-badge]: https://img.shields.io/crates/v/fastring
[crates-url]: https://crates.io/crates/fastring
[docs-badge]: https://docs.rs/fastring/badge.svg
[docs-url]: https://docs.rs/fastring
[license-badge]: https://img.shields.io/crates/l/fastring
[license-url]: https://codeberg.org/Hanyu/fastring/src/branch/main/LICENSE-APACHE
## Features
- [ ] Basic, mutable string type (`String`).
- [ ] Ref-counted immutable string type (`RcStr`).
- [x] Atomic ref-counted immutable string type (`ArcStr`).
## Acknowledgements
This crate is highly inspired by the following repositories:
- [`arcstr`](https://github.com/thomcc/arcstr), SPDX-License-Identifier: MIT OR Apache-2.0 OR Zlib
#### License
<sup>
Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
2.0</a> or <a href="LICENSE-MIT">MIT license</a> at your option.
</sup>
<br>
<sub>
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in these crates by you, as defined in the Apache-2.0 license,
shall be dual licensed as above, without any additional terms or conditions.
</sub>