# ### Changed # 0.1.4 (November 10, 2021) ### Changed - updated the crate to rust 2018 edition - Added Support For Struct Attributes (carllerche/codegen#33) - Add annotations for structs, enums and variants (carllerche/codegen#34) - push raw string in a module (carllerche/codegen#38) # 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