All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Upgrade
syn
andquote
versions to support newer syntax. - Make
async
methods work. Rust does not supportasync
methods in traits yet, but they can be supported by crates likeasync-trait
- [POTENTIALLY BREAKING] The
impl Type
block no longer copies the attributes of theimpl Trait for Type
block.
- Make generated methods
#[inline(always)]
.
- The
proc_macro
attribute#[inherent_pub]
.