Crate netascii

Source
Expand description

This crate provides Iterator adapters for encoding (Netascii) and decoding (Bytes) 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.

Structsยง

Bytes
An iterator adapter decoding the provided netascii source iterator.
CrError
An error indicating that an illegal carriage return character was encountered in the netascii source iterator.
Netascii
An iterator adapter encoding the provided source iterator to netascii.