Crate flex_alloc_secure

Source
Expand description

Secure memory management for flex-alloc.

Re-exports§

pub use flex_alloc;

Modules§

alloc
Support for virtual memory management, including memory protections.
boxed
Support for memory protection around collection types.
stack
Support for stack-allocated types which employ memory locking.
vec
Secure Vec container types.

Traits§

ExposeProtected
Access a protected value for reading or writing.
FillBytes
Access a value as a mutable slice of bytes.
ProtectedInit
Initialize a protected container type for a sized value.
ProtectedInitSlice
Initialize a protected container type for a slice of elements.