sigma-bounded 0.2.0

Bounded Vec, String, and map types abstracting alloc vs heapless
Documentation
1
2
3
4
5
# sigma-bounded

Bounded **`Vec`**, **`String`**, and **`BTreeMap`** (`alloc` vs **`heapless`**) shared by **`dbc-rs`** (via **`compat/`** re-exports).

Enable **`heapless`** when firmware has no global allocator; **`alloc`** otherwise. See **[`dbc-rs` `ARCHITECTURE.md`](../ARCHITECTURE.md#embedded-first)** for usage context.