raymanfx / libv4l-rs

Video4Linux2 bindings for Rust
MIT License
155 stars 65 forks source link

Add a `compile_error!()` when central crate features clash #110

Open onkoe opened 2 months ago

onkoe commented 2 months ago

Fixes #94, fixes #108

This prevents users from accidentally using both features, as they are mutually exclusive.

Please let me know if you would like any changes! :sparkles: