| Crates.io | utf8-rfc2279 |
| lib.rs | utf8-rfc2279 |
| version | 0.1.0 |
| created_at | 2022-02-06 00:27:39.896975+00 |
| updated_at | 2022-02-06 00:27:39.896975+00 |
| description | An implementation of UTF-8 according to the obsolete RFC2279 |
| homepage | |
| repository | https://github.com/booleancoercion/utf8-rfc2279 |
| max_upload_size | |
| id | 527628 |
| size | 18,412 |
An implementation of UTF-8 encoding, according to the obsolete RFC2279.
The main difference between utf8-rfc2279 and an implementation of RFC3629 is that utf8-rfc2279 does not check for valid byte sequences and has a length limit of 6 bytes instead of 4.
no_stdutf8-rfc2279 is no_std and has no allocations, as it does not need them.
Licensed under either of:
at your option.