It would help if upstreams didn't introduce breaking changes for reasons of fashion. There is a lot of C code written before I was born that compiles painlessly for me, yet some Rust I started to write last year for an obscure device I own doesn't, any more...

Replies (5)

I've been considering exploring Rust for personal projects, but for my current one, I went with C++ instead. Your observation validates the decision to me. C and C++ seem to be some of the most stable languages. As long as it can compile on your architecture, you're good to go.