Heapless, static friendly data structures
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-04-06 15:17:36 +02:00
cfail chore: sync dependencies (monorepo) 2026-03-30 09:26:00 +02:00
src chore: sync dependencies (monorepo) 2026-04-02 02:22:56 +02:00
tests Document #583 and deprecate mpmc 2025-11-05 07:51:00 +01:00
.gitattributes add merge=union to CHANGELOG.md to avoid merge conflicts. 2024-07-01 00:14:26 +02:00
.gitignore support arrays of any size, don't require an initialization value, .. 2017-10-03 16:04:27 +02:00
.rustfmt.toml Enable a few rustfmt options: 2025-11-07 12:41:35 +01:00
build.rs chore: sync dependencies (monorepo) 2026-04-02 02:22:56 +02:00
Cargo.toml chore: sync dependencies (monorepo) 2026-04-06 15:17:36 +02:00
LICENSE-APACHE initial commit 2017-03-05 00:30:10 -05:00
LICENSE-MIT initial commit 2017-03-05 00:30:10 -05:00
README.md Enable a few rustfmt options: 2025-11-07 12:41:35 +01:00
rustfmt.toml rustfmt: run on doc comments 2023-11-17 08:24:17 -08:00

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

Formatting

Like most Rust projects, we use rustfmt to keep the formatting of code consistent. However, we make use of cecertain options that are currently only available in the nightly version:

$ cargo +nightly fmt --all

License

Licensed under either of

at your option.

MSRV Policy

This crate is guaranteed to compile with the latest two stable releases of Rust. For example, if the latest stable Rust release is 1.70, then this crate is guaranteed to compile with Rust 1.69 and 1.70.

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.