# flyweights


Types implementing the [flyweight pattern] for interning string allocations. Supports UTF-8 strings
and bytestrings. See the [crate's docs](https://docs.rs/flyweights) for information about how this
differs from similar libraries.
# License
See [LICENSE](LICENSE).
# Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).
# Code of Conduct
See [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md).
[flyweight pattern]: https://en.wikipedia.org/wiki/Flyweight_pattern