doc-comment 0.2.4

Macro to generate doc comments
Documentation
language: rust
rust:
  - nightly
  - beta
  - stable
script:
  - rustc --version
  - (rustc --version | grep nightly && echo "nightly build!") || touch not_nightly
  - cargo build
  - cargo test
  - if [ ! -f not_nightly ]; then cargo test --features no_core; fi