# memutils
> **Status**: 🚧 Under Development - Name Reservation
## Description
memutils
## Part of Memora
This crate is part of the **Memora security framework**:
- `memrand` - Cross-platform cryptographic RNG
- `memzer` - Composable primitives for protected memory (guards, sentinels)
- `memzer_core` - Core primitives
- `memzer_derive` - Derive macros
- `memcode` - Memory-safe serialization with automatic zeroization
- `memcode_core` - Core serialization traits
- `memcode_derive` - Derive macros
- `memcrypt` - AEAD encryption with integrated serialization
- `memlock` - Memory locking (mlock/mprotect/madvise)
- `memvault` - Encrypted in-memory storage (CipherBox<T>)
## Coming Soon
Full implementation and documentation coming soon.
## License
MIT