comrak 0.6.0

A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter
Documentation
language: rust
cache: cargo
sudo: required
script: script/cibuild
rust:
  - 1.27.0
  - nightly
  - beta
  - stable
env:
  - SPEC=false
  - SPEC=true
matrix:
  fast_finish: true
  allow_failures:
    - rust: nightly
notifications:
  email:
    on_failure: change
    on_success: change
    recipients:
      - ashe@kivikakk.ee