1 unstable release
0.1.0 | Oct 19, 2024 |
---|
#1803 in Encoding
136 downloads per month
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
.