Denis Nuțiu (@nuculabs@mastodon.social)
I couldn't compile the bme680 pure Rust library so I've forked it and refactored the code to my taste. It was a nice exercise to get more acquainted with the programing language. https://github.com/dnutiu/bme680-rust #rust #programming #rustlang

I’ve found a BME680 library written in Rust, but I could not compile it because the author added crates which contained alpha versions as dependencies, and they’ve implemented breaking changes.
I’ve forked the library and refactored it so that the code looks better to my taste and actually compiles.
You can find it here:
https://github.com/dnutiu/bme680-rust