|
|
|
|
|
by AlexanderDhoore
1639 days ago
|
|
I really hope embedded rust can become the next rock-solid foundation. I need my code to build/run today and also in 10 years. We have code in our codebase from at least the early 90s but I suspect it's older than that. I went into embedded because I really despise the code churn of higher level frameworks/languages. "We just released Qt5! Good luck rewriting your code." |
|
Also, you need to be careful about what you implement yourself and what you import from crates. Otherwise it will be qt5 all over again.