no_std-training
Getting-started guide on using the Rust with Espressif SoCs using no_std. (by esp-rs)
talc
A fast and flexible allocator for no_std and WebAssembly (by SFBdragon)
no_std-training | talc | |
---|---|---|
1 | 3 | |
80 | 452 | |
- | 2.9% | |
8.0 | 6.6 | |
15 days ago | 4 months ago | |
Rust | Rust | |
Apache License 2.0 | MIT License |
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
talc
Posts with mentions or reviews of talc.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-02-28.
-
Talc – A fast and flexible allocator for no_std and WebAssembly
Added a new issue [1] to add TLSF to the benchmarks as it's likely going to be faster in a single-threaded environment according to the rlsf crate [2].
[1] https://github.com/SFBdragon/talc/issues/26
- Talc: A faster no_std and WASM allocator for Rust
What are some alternatives?
When comparing no_std-training and talc you can also consider the following projects:
esp32-spooky-maze-game - Rust Bare Metal implementation of maze game for ESP32
acid_alloc - Bare-metal allocators.
esp-idf-hal - embedded-hal implementation for Rust on ESP32 and ESP-IDF
book - Writing Interpreters in Rust: a Guide
esp-hal - no_std Hardware Abstraction Layers for ESP32 microcontrollers
simple-chunk-allocator - A simple allocator written in Rust that manages memory in fixed-size chunks.