Releases: spastorino/dynosaur
Releases · spastorino/dynosaur
v0.1.3
- DynTrait has the same visibility of original trait
- Remove DynMyTrait's new constructor, so we can be allocation free in a world where #25 is supported
- Properly handle functions that do not return RPITs
- Properly support non future RPITs
- Expand wild patterns in args
- Lifetimes mentioned in return type also matter
- Structure the code better
v0.1.2
- Allow associated types to have trait bounds
- Add support for defaulted methods
- Filter out where Self: Sized methods
- Add license files
v0.1.1
This is the initial release of dynosaur. We are releasing in hopes of getting feedback from users.
The #[dynosaur::dynosaur]
macro was added with basic functionality for using async
and -> impl Trait
methods with dynamic dispatch. See the docs for more info.