auto_impl 0.1.1

Automatically implement traits for common smart pointers and closures
Documentation
language: rust
rust:
  - nightly

script:
  - cargo test --verbose --all
  - cd compile_test
  - cargo build