netascii 0.1.0

Iterator adaptors for encoding and decoding netascii as according to RFC 854.
Documentation
  • Coverage
  • 66.67%
    4 out of 6 items documented0 out of 5 items with examples
  • Size
  • Source code size: 21.34 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.16 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • melvdlin

netascii

This crate provides Iterator adapters to encode and decode byte strings to and from netascii as according to RFC 854. More concretely, these adapters deal with the escaping of carriage return (CR) characters.

This crate is fully no_std-compatible and does not require alloc.