clucstr 0.1.6

Creation of strings C with zero cost. A plug-in for the rust compiler.
language: rust
cache: cargo
rust:
  - nightly
matrix:
  allow_failures:
    - rust: nightly
script:
  - cargo build --verbose
  - cargo test --lib --verbose