auto impl trait by provide trait file
Automatically implement traits for common smart pointers and closures
Auto delegate allows you that automatic impl of traits and delegate their handling to child members.
A base for most of my rust projects (tailored to myself)!
Trait per function for system related functionality.
List and diff the public API of Rust library crates between releases and commits. Detect breaking API changes and semver violations via CI or a CLI.
Negative impls in stable Rust
Procedural attribute macros for Bevy apps that reduce boilerplate by automatically registering components, resources, events, states, and systems in your plugin's build function.
Automatically implement traits for common smart pointers and closures
Procedural macros to generalize inherent and trait implementations over tuples
nonstructural derives for auto traits
Traits to test for type equality and type inequality