Registry / utility / oem-cp

oem-cp

JSON →
library2.1.2rscratesunverified

Rust library that handles OEM code pages (e.g. CP{437,737,850}) for single byte character sets

# Cargo.toml [dependencies] oem_cp = "2.1.2"
INSTALL
IMPORT
SIG · OEM-CP
O
oem-cp
utilityrustv2.1.2
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.

OEMCodePage
use oem_cp::OEMCodePage;

Decode bytes using OEM code page 437

use oem_cp::OEMCodePage; fn main() { let cp437 = OEMCodePage::new(437).unwrap(); let decoded = cp437.decode(&[0x41, 0x42, 0x43]); println!("{:?}", decoded); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
oem-cp — cargo add oem-cp · libregistry