#no-alloc #netascii

no-std netascii

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

1 unstable release

0.1.0 Oct 19, 2024

#2136 in Encoding

Download history 226/week @ 2024-12-13 62/week @ 2024-12-20 2/week @ 2024-12-27 153/week @ 2025-01-03 267/week @ 2025-01-10 199/week @ 2025-01-17 241/week @ 2025-01-24 294/week @ 2025-01-31 263/week @ 2025-02-07 228/week @ 2025-02-14 248/week @ 2025-02-21 230/week @ 2025-02-28 291/week @ 2025-03-07 275/week @ 2025-03-14 325/week @ 2025-03-21 381/week @ 2025-03-28

1,350 downloads per month
Used in ttftp

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.

No runtime deps