#iterator #codec #byte #iterator-adapter #rfc #decoding

no-std netascii

Iterator adaptors for encoding and decoding netascii as according to RFC 854

1 unstable release

0.1.0 Oct 19, 2024

#1803 in Encoding

Download history 108/week @ 2024-10-14 28/week @ 2024-10-21

136 downloads per month

MIT/Apache

9KB
166 lines

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.


lib.rs:

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.

No runtime deps