latin1str 0.1.1

Windows-1252 string types
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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