Crate of the Week

I'd like to nominate enum_delegate - a crate that, in essence, helps you implement a trait on many types across crate boundaries, while avoiding the runtime cost of dynamic dispatch. This is especially useful for digital/audio signal processing with graphs, where nodes with different processes need to be executed under tight timing constraints.

3 Likes