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
.