Replies: 2 comments 1 reply
-
|
I'm not aware of any example for using Rust in combination with circle-stdlib. But it is not clear what you want to accomplish. Do you want to use Rust with C and C++ standard libraries for bare-metal programming of the Raspberry Pi computers? Are you maybe looking more specifically for using the underlying Circle C++ framework from Rust? I believe that both integrations are technically feasible, but for circle-stdlib and Circle you are very likely a pioneer in that area. There are also plenty of resources available if you want to do bare-metal programming with Rust in general, see for example https://google.github.io/comprehensive-rust/bare-metal.html. |
Beta Was this translation helpful? Give feedback.
-
|
You may have a look at this project, which combines Rust with Circle, but it
is only a start:
https://github.com/rsta2/circle-rust
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I can write c/c++ program in circle-stdlib.I want to try to use high-level language with circle-stdlib.I asked AI for how to do it,but I doubt maybe it's answer is not correct.
Is there some sample of using high-level language with circle-stdlib?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions