An open API service indexing awesome lists of open source software.

https://github.com/ludevnet/latin1str

Windows-1252 string types for Rust
https://github.com/ludevnet/latin1str

Last synced: 6 months ago
JSON representation

Windows-1252 string types for Rust

Awesome Lists containing this project

README

          

# 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