Skip to main contentCrate nu_plugin_secret
Source pub use config::ConfigManager;
- commands
- config
- Configuration system for nu_plugin_secret
- memory_optimizations
- Memory optimization utilities for the secret plugin
- performance_monitoring
- Performance monitoring system for nu_plugin_secret
- redaction
- Tera-based redaction templating system
- startup_optimizations
- Startup time optimizations for the nu_plugin_secret
- tera_functions
- Tera template functions for redaction templates
- record_metric
- Record a measurement
- time_block
- Convenience macros for performance monitoring
- SecretBinary
- A secure binary type that redacts its content in all display contexts
and zeros its memory on drop
- SecretBool
- A secure boolean type that redacts its content in all display contexts
and zeros its memory on drop
- SecretDate
- A secure date type that redacts its content in all display contexts
and zeros its memory on drop
- SecretFloat
- A secure float type that redacts its content in all display contexts
and zeros its memory on drop
- SecretInt
- A secure integer type that redacts its content in all display contexts
and zeros its memory on drop
- SecretList
- A secure list type that redacts its content in all display contexts
and zeros its memory on drop
- SecretPlugin
- Secret Plugin with dependency-injected configuration
- SecretRecord
- A secure record type that redacts its content in all display contexts
and zeros its memory on drop
- SecretString
- A secure string type that redacts its content in all display contexts
and zeros its memory on drop