JohnDowson / fusebox

MIT License
16 stars 0 forks source link

fusebox crates.io CI status

Mostly safe and sound append-only collection of trait objects.

Why?

This avoids extra indirection of Vec<Box<dyn Trait>>, which might matter for you. I personally use it in pcmg audio synthesizer for fusing together multiple filters and oscillators.

Changelog

0.8.3

0.8.2

0.8.0

0.7.0

0.6.0

0.5.0

0.4.0

0.3.0

0.2.0

0.1.0

Initial release