Skip to main content

Crate codepage_rs

Crate codepage_rs 

Source
Expand description

An extremely minimal implementation of Codepage 437 encoding.

§Features

  • default : std
  • std : Link to rust’s std library, without this #[no_std] is enabled.

Structs§

CP437Char
A Codepage 437 character.

Constants§

CP437CHARS
The table of characters in Codepage 437.

Traits§

CP437CharExt
An extension trait for char and other types that behave similar to char.