futf

Crates.iofutf
lib.rsfutf
version0.1.5
sourcesrc
created_at2015-06-24 23:10:41.122611
updated_at2022-02-04 12:41:11.281402
descriptionHandling fragments of UTF-8
homepage
repositoryhttps://github.com/servo/futf
max_upload_size
id2460
size33,781
cargo publish (github:servo:cargo-publish)

documentation

README

futf

Build Status

futf is a library for flexible UTF-8, or UTF-8 fragments. I don't know. Check out the API documentation.

Anyway, it takes an index into a byte buffer and tells you things about the UTF-8 codepoint containing that byte. It can deal with incomplete codepoint prefixes / suffixes at the ends of a buffer, which is useful for incremental I/O. It can also handle UTF-16 surrogate code units encoded in the manner of CESU-8 or WTF-8.

This is a low-level helper for tendril that might be useful more generally.

Commit count: 48

cargo fmt