Crates.io | netascii |
lib.rs | netascii |
version | 0.1.0 |
source | src |
created_at | 2024-10-19 14:04:52.062377 |
updated_at | 2024-10-19 14:04:52.062377 |
description | Iterator adaptors for encoding and decoding netascii as according to RFC 854. |
homepage | |
repository | |
max_upload_size | |
id | 1415403 |
size | 21,683 |
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
.