Releases: loichyan/dynify
Releases · loichyan/dynify
0.1.2 (2025-09-07)
0.1.1 (2025-08-28)
The major update since the previous release is the introduction of the #[dynify] macro, which can significantly reduce boilerplate codes when defining async methods that have multiple lifetimes in their signatures.
Added
0.1.0 (2025-07-06)
The main purpose of this release is to address unsoundness and introduce breaking changes early to prevent further issues. Consequently, it includes few changes.
Added
Changed
- Add
#[must_use]forSlot,from_fn!()andfrom_closure()(#4).
Removed
- (BREAKING) Remove
Emplaceimplementations for&mut [u8; N],&mut [u8]and&mut Vec<u8>(#2).
Fixed
- Make the compilation passes when
default-features = false(#5).
0.0.1 (2025-07-05)
🎉 Initial release. Check out README for more details.