cbindgen 0.1.14

A tool for generating C bindings to Rust code.
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
  - rust: nightly
addons:
    apt:
      packages:
        - g++
script:
  - cargo build --verbose
  - cargo test --verbose
  - python run-tests.py
  - python run-tests.py -c