utf8-ranges 0.1.3

Convert ranges of Unicode codepoints to UTF-8 byte ranges.
Documentation
1
2
3
4
5
6
7
8
9
language: rust
rust:
  - 1.3.0
  - beta
  - nightly
script:
  - cargo build --verbose
  - cargo test --verbose
  - cargo doc