mtmk-ee / uhd-rs

Rust bindings for UHD (USRP Hardware Driver)
MIT License
0 stars 0 forks source link

Reduce error handling #7

Closed mtmk-ee closed 7 months ago

mtmk-ee commented 7 months ago

Some of the code is way too careful about errors. This PR reduces the amount of bloat related to error-handling by relying on the UHD source code.