heapless

Crates.ioheapless
lib.rsheapless
version0.7.17
sourcesrc
created_at2017-04-27 21:26:06.94602
updated_at2023-12-04 13:51:20.988844
description`static` friendly data structures that don't require dynamic memory allocation
homepage
repositoryhttps://github.com/japaric/heapless
max_upload_size
id12260
size370,927
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

Documentation

Change log

Tests

# run all
cargo test --features 'serde','x86-sync-pool'
# run only for example histbuf tests
cargo test histbuf --features 'serde','x86-sync-pool'

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: 770

cargo fmt