feature-probe 0.1.1

Probe for rustc features from build.rs
Documentation
1
2
3
4
5
6
7
8
9
10
language: rust
rust:
  - stable
  - beta
  - nightly
  - 1.16.0

notifications:
  email:
    on_success: never