TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Embedded Rust Programming. What's Happening?

2 点作者 astennumero4 个月前
Hello. I&#x27;ve recently picked up learning Rust. I&#x27;m especially interested in using Rust in embedded programming. Reading this right now - https:&#x2F;&#x2F;docs.rust-embedded.org&#x2F;discovery&#x2F;microbit&#x2F;<p>How far has Rust come in embedded programming? Anyone working on something interesting in this area? What&#x27;s the job market like? Any advice for amateur programmers like me trying to land a job in this?

3 条评论

roland354 个月前
Some people are using rust in embedded, but I would estimate that 95-99% of embedded is still C&#x2F;C++.<p>If you want to get into firmware, I&#x27;d recommend focusing on C instead and learn things like RTOS. Someday rust might be more popular, and it might be worth learning on the side, but there aren&#x27;t a lot of opportunities yet.
ecesena4 个月前
I don’t know about the job market.<p>As for use of rust in embedded products, we use it in solokeys and nitokeys (both hardware security keys). We codevelop a framework called Trussed:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;trussed-dev&#x2F;trussed">https:&#x2F;&#x2F;github.com&#x2F;trussed-dev&#x2F;trussed</a>
stop504 个月前
Im working on an small firmware that runs on an badger 2040. it should display tickets(aztec and qr) and a menu to select different apps. I postponed the aztec encoding to later, because there is no lib that runs without the stdlib and no explanation how aztec works in detail.