heapless

Crates.ioheapless
lib.rsheapless
version0.9.1
created_at2017-04-27 21:26:06.94602+00
updated_at2025-08-20 09:25:34.497403+00
description`static` friendly data structures that don't require dynamic memory allocation
homepage
repositoryhttps://github.com/rust-embedded/heapless
max_upload_size
id12260
size584,244
libs (github:rust-embedded:libs)

documentation

https://docs.rs/heapless

README

crates.io crates.io

heapless

static friendly data structures that don't require dynamic memory allocation

This project is developed and maintained by the libs team.

Documentation

Change log

Tests

$ # run all
$ cargo test --features serde

$ # run only for example histbuf tests
$ cargo test histbuf --features serde

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 1200

cargo fmt