utf8-rfc2279

Crates.ioutf8-rfc2279
lib.rsutf8-rfc2279
version0.1.0
sourcesrc
created_at2022-02-06 00:27:39.896975
updated_at2022-02-06 00:27:39.896975
descriptionAn implementation of UTF-8 according to the obsolete RFC2279
homepage
repositoryhttps://github.com/booleancoercion/utf8-rfc2279
max_upload_size
id527628
size18,412
(booleancoercion)

documentation

README

utf8-rfc2279

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.

Do not use this crate as a regular UTF-8 encoder without additional checks! Rust's standard library handles this for you.

no_std

utf8-rfc2279 is no_std and has no allocations, as it does not need them.

License

Licensed under either of:

at your option.

Commit count: 4

cargo fmt