jkelleyrtp / dw1000-rs

Rust driver crate for the Decawave DW1000 UWB transceiver
49 stars 11 forks source link

Rustfmt both crates and cargo.tomls #147

Closed jkelleyrtp closed 2 years ago

jkelleyrtp commented 2 years ago

While working on #145, I noticed lots of discrepancies from rustfmt's approach to formatting the crates.

This PR is just the crates after running cargo fmt with no actual code changes. Is there an alternative rustfmt config you'd like to use?