RustAudio / rimd

Library for handling Midi and Standard Midi Files in Rust
MIT License
80 stars 17 forks source link

Make some utils public and #[derive(FromPrimitive)], use num-traits instead of num crate #8

Closed Boscop closed 6 years ago

Boscop commented 6 years ago

Changelog:

The last 2 changes were done because I often need these symbols in my projects also.

mitchmindtree commented 6 years ago

Thanks @Boscop! Looks good to me.