[package]
name = "utf8-ranges"
version = "1.0.1"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Convert ranges of Unicode codepoints to UTF-8 byte ranges."
homepage = "https://github.com/BurntSushi/utf8-ranges"
documentation = "https://docs.rs/utf8-ranges"
readme = "README.md"
keywords = ["codepoint", "utf8", "automaton", "range"]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/utf8-ranges"
[dev-dependencies.quickcheck]
version = "0.7"
default-features = false
[badges.travis-ci]
repository = "BurntSushi/utf8-ranges"