Expand description
KeyRex library
This library provides the core functionality for the KeyRex vault system. It is primarily used by the keyrex binary, but can also be used as a library for testing and integration purposes.
Modulesยง
- cli
- Command-line interface definitions
- commands
- Command handling and routing
- completions
- Shell completion generation and installation instructions
- config
- Configuration management
- crypto
- Encryption and security operations
- logging
- Structured logging configuration using the tracing crate
- output
- Terminal output utilities and user interaction
- security
- Security utilities and validation
- session
- Session management for encrypted vaults
- vault
- Vault data model and persistence layer