unicode-general-category 0.6.0

Fast lookup of the Unicode General Category property for char
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
os: linux
language: rust

rust:
  - beta
  - stable
  - 1.38.0

before_script:
  - rustup component add rustfmt
  - rustup target add thumbv7em-none-eabihf

script:
  - cargo fmt -- --check
  - cargo test
  - cargo build --target thumbv7em-none-eabihf