structype_derive 3.0.0

A derive macro crate that lets you view an allowed type's fields and will let you over-ride it.
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true
script:
  - cargo test --verbose
  - cargo build --verbose