Crate noop_allocator

Source

Modules§

owning_ref
Functions to produce an OwningRef<'_, T>, a.k.a. a Box<T, NoopAllocator<'_>>, from a mutably borrowed MaybeUninit<T> or ManuallyDrop<T>.
owning_slice
Functions to produce an OwningSlice<'_, T>, a.k.a. a Vec<T, NoopAllocator<'_>>, from mutably borrowed MaybeUninit<T>s.

Structs§

NoopAllocator
An Allocator that does nothing.