unicode-joining-type 0.1.0

Fast lookup of the Unicode Joining Type property for char
Documentation
os: linux
language: rust

rust:
  - nightly
  - beta
  - stable
  - 1.38.0

jobs:
  allow_failures:
    - rust: nightly

before_script:
  - rustup component add rustfmt

script:
  - cargo fmt -- --check
  - cargo test