| rust-embedded/heapless |
1,308 |
|
63 |
398 |
about 2 years ago |
52 |
December 04, 2023 |
48 |
apache-2.0 |
Rust |
| Heapless, `static` friendly data structures |
| slightlyoutofphase/staticvec |
268 |
|
1 |
9 |
almost 3 years ago |
96 |
September 30, 2022 |
4 |
apache-2.0 |
Rust |
| Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics. |
| tnballo/scapegoat |
139 |
|
0 |
1 |
about 4 years ago |
17 |
February 10, 2022 |
2 |
mit |
Rust |
| Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap. |
| evenorog/redo |
27 |
|
1 |
0 |
over 4 years ago |
72 |
December 09, 2021 |
0 |
other |
Rust |
| Use the undo crate instead. |
| daac-tools/crawdad |
19 |
|
0 |
1 |
about 3 years ago |
6 |
September 02, 2022 |
0 |
apache-2.0 |
Rust |
| 🦞 Rust library of natural language dictionaries using character-wise double-array tries. |
| timvermeulen/const-buffer |
9 |
|
0 |
0 |
over 5 years ago |
3 |
September 16, 2020 |
0 |
other |
Rust |
| A fixed-capacity memory buffer allocated on the stack using const generics. |
| jonas-schievink/slicevec |
6 |
|
1 |
0 |
over 8 years ago |
2 |
July 13, 2017 |
3 |
cc0-1.0 |
Rust |
| A dynamically growing vector using an external slice as storage |