README.md
December 19, 2021 ยท View on GitHub
Examples
The examples don't have output, but you can run them to check their asserts (features optional, e.g. append --features="low_mem_insert"):
cargo run --example <name>
Alphabetical enumeration:
search_by_slice- search set of sized types by an unsized type.static_strs- build sentences with a mutableSgMap<isize, &str, 5>(from mainREADME.md).tiny_map-SgMap<u8, u8, 128>using 1.3 KB of stack space.try_insert- fallible insertion semantics.
Have another #![no_std] example?
Consider contributing it!