# latin1str
This crate is a thin wrapper around [`encoding_rs`](https://crates.io/crates/encoding_rs)
that provides `Latin1Str` and `Latin1String` similar to `str` and `String` for
use with [Windows-1252] encoded text.
[Windows-1252]: https://en.wikipedia.org/wiki/Windows-1252
## License
MIT OR Apache-2.0