darling 0.2.0

A proc-macro library for reading attributes into structs when implementing custom derives.
Documentation
# Changelog

## Unreleased

## v0.2.0 (June 18, 2017)

- Added support for returning multiple errors from parsing [#5]https://github.com/TedDriggs/darling/pull/5
- Derived impls no longer return on first error [#5]https://github.com/TedDriggs/darling/pull/5
- Removed default types for `V` and `F` from `ast::Body`
- Enum variants are automatically converted to snake_case [#12]https://github.com/TedDriggs/darling/pull/12