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§
- Expose
Protected - Access a protected value for reading or writing.
- Fill
Bytes - Access a value as a mutable slice of bytes.
- Protected
Init - Initialize a protected container type for a sized value.
- Protected
Init Slice - Initialize a protected container type for a slice of elements.