3 stable releases

Uses old Rust 2015

1.1.0 Apr 18, 2021
1.0.1 Apr 11, 2021
1.0.0 Sep 28, 2020

#2035 in Encoding

Download history 30/week @ 2023-12-18 24/week @ 2023-12-25 6/week @ 2024-01-01 32/week @ 2024-01-08 32/week @ 2024-01-15 4/week @ 2024-01-22 4/week @ 2024-01-29 38/week @ 2024-02-05 47/week @ 2024-02-12 29/week @ 2024-02-19 79/week @ 2024-02-26 34/week @ 2024-03-04 41/week @ 2024-03-11 50/week @ 2024-03-18 75/week @ 2024-03-25 131/week @ 2024-04-01

308 downloads per month
Used in 16 crates (5 directly)

MIT/Apache

40KB
574 lines

CP437 to UTF-8

unsafe forbidden

This project is part of DF Storyteller. The project is inspired by the CP437 crate. Although everything had been changed since that point.

Note that the code page correspondence with the code page used in Dwarf Fortress, but can be used for other applications.

It allows buffered reads of files that use CP437 and provides an output in UTF-8. This can be used together with Serde.

It also provides an interface for a progress bar to be added.

License

df_cp437 is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

No runtime deps