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
- Host: GitHub
- URL: https://github.com/ludevnet/latin1str
- Owner: LUDevNet
- Created: 2022-10-29T17:19:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T21:44:50.000Z (over 3 years ago)
- Last Synced: 2025-02-11T00:48:37.904Z (about 1 year ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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