darling 0.2.2

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

## Unreleased Changes

## v0.2.2 (December 5, 2017)

- Update `lazy_static` to 1.0 [#15]https://github.com/TedDriggs/darling/pull/16. Thanks to @Ejiebong

## v0.2.1 (November 28, 2017)

- Add `impl FromMetaItem` for integer types [#15]https://github.com/TedDriggs/darling/pull/15

## 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