regex 1.0.0

An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Documentation
dist: trusty
sudo: false
language: rust
rust:
- 1.20.0
- stable
- beta
- nightly
script: ci/script.sh
addons:
  apt:
    packages:
    - libcurl4-openssl-dev
    - libelf-dev
    - libdw-dev
    - binutils-dev
    - wget
    - clang-3.6
    - cmake
    - python
    - python-virtualenv
after_success: ci/after_success.sh
notifications:
  email:
    on_success: never
branches:
  only:
  - master
  - auto