config_struct 0.4.0

Create struct definitions from config files at build time.
Documentation
language: rust
cache: cargo
matrix:
  include:
    - rust: stable
      before_script:
        - rustup component add rustfmt
        - rustup component add clippy
      script: ./run_tests