derive_builder_core 0.1.0

Internal helper library for the derive_builder crate.
Documentation
1
2
3
4
5
6
7
8
9
10
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.1 - 2017-03-25
### Added
- helper crate `derive_builder_core`:
  Allow `derive_builder` to use its own code generation technique.
- helper structs implementing `quote::ToTokens`:
  Allow unit tests on code generation items.