kevinmehall / rust-soapysdr

Rust bindings for SoapySDR, the vendor-neutral software defined radio hardware abstraction layer
Apache License 2.0
75 stars 22 forks source link

Rustfmt master #4

Open razorheadfx opened 6 years ago

razorheadfx commented 6 years ago

Could you run rustfmt(-nightly) on the master branch and commit the result? This should improve readability especially for longer function parameter lists (and make it (selfishly ;-) ) easier for me to open conflict free PRs). Possibly after merging #3

Cheers PS: thank you for taking the time to write this safe wrapper!

kevinmehall commented 6 years ago

I have a some local changes (simplifying Format and Args) that I need to finish and push, then I'll do so.

kevinmehall commented 6 years ago

Also probably after your PR #5.