static-dispatch 0.2.0

Implement a trait for an enum, where all variants implement the trait
Documentation
1
2
3
4
5
6
7
8
9
# Version 0.2.0


- Better support for generics with long syntax
    - `#[static_dispatch::dispatch(impl<'a> SomethingBehavior for Something<'a>)]`


# Version 0.1.0


- Initial version