codepage-rs 0.1.1

A tiny crate for codepage-437 encoding.
Documentation
  • Coverage
  • 92.31%
    12 out of 13 items documented1 out of 10 items with examples
  • Size
  • Source code size: 28 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 345.4 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homomorphism-of-H/codepage-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Homomorphism-of-H

A tiny crate that implements Codepage 437 in rust, since I keep finding myself reimplementing this every so often. #![no_std] is supported.