dto_derive 0.1.1

Derive for automatic mapping DTOs to Entities and vice versa.
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
before_script:
- rustup component add rustfmt
script:
- cargo fmt --all -- --check
- cargo build
- cargo test