Rust crate review - librecast and librecast-sys

Hi all,

Built my first sys crate and wrapper around it. Think I did OK, but would love some feedback good or bad from more experienced folks:

https://crates.io/crates/librecast
https://crates.io/crates/librecast-sys

I've tried to provide a good user experience with my build.rs and hopefully idiomatic Rust in the wrapper with the builder pattern to extend upon.

Anything smelly here?

Thanks!

1 Like