Hacker News new | ask | show | jobs
by cdcarter 4683 days ago
So far you're still stuck calling Wiring methods <digitalWrite, pinMode, etc...> from directly extern'd C. But a quick wrapper around the basic functions shouldn't be too hard and allows for a more rust-y (rust-ful?) experience.
2 comments

I'm going to go with rustic. I think the phrase -a more rustic experience- has a much better sound and connotation than -a more rusty experience-.
Yeah, throwing out the Wiring methods and implementing more idiomatic ones in Rust shouldn't be hard.

I wrote it during an after work hackathon, so I didn't really have time to make it both working and nice unfortunately.