1
2
3
4
5
6
7
8
9
10
11
12
//! Fast copy-on-write strings with small inline string optimization.
//!
//! This crate is a work-in-progress and will be available very soon.
//!
//! ## License
//!
//! This project is released under either
//! [MIT License](https://github.com/nvzqz/fastr/blob/main/LICENSE-MIT) or
//! [Apache License (Version 2.0)](https://github.com/nvzqz/fastr/blob/main/LICENSE-APACHE)
//! at your choosing.

#![no_std]