If you need collections, a heap allocated implementation is not your only ... like let x = heapless::Vec::new(); will allocate the collection on the stack, ...
確定! 回上一頁