no_std-training
Getting-started guide on using the Rust with Espressif SoCs using no_std. (by esp-rs)
xargo
The sysroot manager that lets you build and customize `std` (by japaric)
no_std-training | xargo | |
---|---|---|
1 | 2 | |
80 | 1,105 | |
- | 1.0% | |
8.0 | 0.0 | |
17 days ago | almost 2 years ago | |
Rust | Rust | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
no_std-training
Posts with mentions or reviews of no_std-training.
We have used some of these posts to build our list of alternatives
and similar projects.
-
no_std with ESP32: "rustc --print target-list" changes result depending on directory it's run from
The first Book example is here: https://github.com/esp-rs/no_std-training/tree/main/intro/hello-world
xargo
Posts with mentions or reviews of xargo.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-20.
-
How to fully replace/reimplement std?
I think you can use xargo for this with:
-
Hey Rustaceans! Got an easy question? Ask here (53/2020)!
If you need to pass arguments to rustc, try cargo rustc or RUSTFLAGS instead of invoking it manually. If you're cross-compiling, check out cross (uses Docker) or xargo.
What are some alternatives?
When comparing no_std-training and xargo you can also consider the following projects:
esp32-spooky-maze-game - Rust Bare Metal implementation of maze game for ESP32
rust-cross - Everything you need to know about cross compiling Rust programs!
esp-idf-hal - embedded-hal implementation for Rust on ESP32 and ESP-IDF
semantic-rs
talc - A fast and flexible allocator for no_std and WebAssembly
Racer - Rust Code Completion utility