Registry / utility / codepage-437

codepage-437

JSON →
library0.1.0rscratesunverified

Codepage 437 transcoding for Rust.

# Cargo.toml [dependencies] codepage-437 = "0.1.0"
INSTALL
IMPORT
SIG · CODEPAGE-437
C
codepage-437
utilityrustv0.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

to_utf8
use codepage_437::to_utf8;

Convert Codepage 437 bytes to UTF-8.

use codepage_437::to_utf8; fn main() { let cp437_bytes = b"\x80\x81"; let utf8_string = to_utf8(cp437_bytes); println!("{}", utf8_string); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
codepage-437 — cargo add codepage-437 · libregistry