On Sat Mar 15, 2025 at 3:42 AM CET, Andrew Ballance wrote: > implemnts the equivalent of the rust std's Vec::resize > on the kernel's Vec type. > > Signed-off-by: Andrew Ballance <andrewjballance@xxxxxxxxx> Reviewed-by: Benno Lossin <benno.lossin@xxxxxxxxx> --- Cheers, Benno > --- > rust/kernel/alloc/kvec.rs | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+)