Module vec

Module vec 

Source
Expand description

Heapless vector utilities

Functionsยง

extend_safe
Extend a heapless vector from an iterator with error handling
find_index
Find the index of an item in a heapless vector
insertion_sort
Sort a heapless vector using insertion sort (good for small vecs)
push_safe
Safely push an item to a heapless vector
remove_item
Remove an item by value from a heapless vector
try_from_slice
Create a heapless vector from a slice with error handling