rust_c 0.1.1

Write C code inline in your rust code (hacky fork of rust-cpp / cpp crate)
Documentation
language: rust
rust:
- stable
- beta
- nightly
sudo: false
script:
- (cargo build)
- (cd test && cargo test)
notifications:
  email:
    on_success: never