udoprog / audio

A crate for working with audio in Rust
Apache License 2.0
78 stars 11 forks source link

Switch to GATs #1

Closed udoprog closed 3 years ago

udoprog commented 3 years ago

We do lose object safety for buffers and channels, however the ability to represent ergonomic zero cost abstractions once it's released is just too good.