utf8-ranges 1.0.2

Convert ranges of Unicode codepoints to UTF-8 byte ranges.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[badges.travis-ci]
repository = "BurntSushi/utf8-ranges"
[dev-dependencies.quickcheck]
default-features = false
version = "0.7"

[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Convert ranges of Unicode codepoints to UTF-8 byte ranges."
documentation = "https://docs.rs/utf8-ranges"
exclude = ["/ci/*", "/.travis.yml", "/Makefile", "/ctags.rust", "/session.vim"]
homepage = "https://github.com/BurntSushi/utf8-ranges"
keywords = ["codepoint", "utf8", "automaton", "range"]
license = "Unlicense/MIT"
name = "utf8-ranges"
readme = "README.md"
repository = "https://github.com/BurntSushi/utf8-ranges"
version = "1.0.2"