liebharc / basic_dsp

Basic DSP vector operations for Rust.
Apache License 2.0
43 stars 5 forks source link

Use const generics in matrix crate #39

Open liebharc opened 6 years ago

liebharc commented 6 years ago

The matrix crate could likely benefit from const generics as soon as this feature is stable: https://github.com/rust-lang/rust/issues/44580