dmutil 0.1.0

A collection of utility macros to ease the creation of other macros.
Documentation
language: rust
rust:
  - 1.25.0
  - stable
  - beta
  - nightly
script:
  - cargo build --verbose
  - cargo test --verbose
  - cargo doc
matrix:
  allow_failures:
    - rust: nightly