granite-rust/library/alloc
Scott McMurray d62b903892 VecDeque::resize should re-use the buffer in the passed-in element
Today it always copies it for *every* appended element, but one of those clones is avoidable.
2022-11-15 00:53:26 -08:00
..
benches Stabilize map_first_last 2022-09-30 17:00:07 +02:00
src VecDeque::resize should re-use the buffer in the passed-in element 2022-11-15 00:53:26 -08:00
tests VecDeque::resize should re-use the buffer in the passed-in element 2022-11-15 00:53:26 -08:00
Cargo.toml Switch all libraries to the 2021 edition 2021-12-23 19:03:47 +08:00