cq-rs / cqrs

An event-sourced command-query system for Rust
39 stars 9 forks source link

Make `cqrs::TypedEvent` static #13

Closed 50U10FCA7 closed 2 years ago

50U10FCA7 commented 2 years ago

For optimization purposes result of cqrs::TypedEvent::event_types() should be generates once.

There's two ways to do implement this: