codegen 0.1.3

Library for generating Rust code
Documentation
# 0.1.3 (May 9, 2020)


### Added

- Add support to define function attributes and extern functions
- Add support to define async functions
- Add support to add macros to traits and impls

# 0.1.2 (May 9, 2020)


### Added

- Add ability to add functions directly to scope
- Add documentation comments and annotations to struct fields

# 0.1.1 (March 15, 2019)


### Added

- Specifying lint attributes (#13)
- Specifying repr attribute on struct and enum (#12)

# 0.1.0 (November 10, 2018)


Initial release