nostd_structs

Crates.ionostd_structs
lib.rsnostd_structs
version0.4.4
sourcesrc
created_at2023-11-30 10:30:21.389561
updated_at2024-10-25 22:52:47.607511
descriptionDatastructures and algorithms for nostd environments
homepagehttps://github.com/phughk/rust-nostd-structs/wiki
repositoryhttps://github.com/phughk/rust-nostd-structs
max_upload_size
id1054066
size31,585
Przemyslaw Hugh Kaznowski (phughk)

documentation

https://docs.rs/nostd_structs

README

Nostd Structs (and Algorithms)

The purpose of this crate is to provide datastructures and algorithms that are useful in environments without std. This goes for embedded devices, no OS environments, WebAssembly, and code where you prefer stack allocation over heap.

The algorithms and datastructures themselves will be wide-ranging and fairly esoteric, but nontheless applicable.

This is project really created as a central place for community contributions. I will be working on this myself for the time being, but the intention is that this becomes quite bigger than it currently is.

Commit count: 59

cargo fmt