SolarLiner/interflow

`dyn AudioDriver` and related traits

Open

#8 opened on Mar 10, 2025

View on GitHub
 (0 comments) (2 reactions) (0 assignees)Rust (4 forks)auto 404
apifeaturegood first issue

Repository metrics

Stars
 (64 stars)
PR merge metrics
 (PR metrics pending)

Description

Ensure that traits are dyn-safe so we can type-erase the source driver and stream types, meaning user code can choose to opt into dynamic dispatch for polymorphism instead of generics.

Contributor guide