utf8-ranges 0.1.2

Convert ranges of Unicode codepoints to UTF-8 byte ranges.
Documentation
1
2
3
4
5
6
utf8-ranges
===========
This crate converts contiguous ranges of Unicode scalar values to UTF-8 byte
ranges. This is useful when constructing byte based automata from Unicode.
Stated differently, this lets one embed UTF-8 decoding as part of one's
automaton.