Skip to main content

Crate nu_plugin_secret

Crate nu_plugin_secret 

Source

Re-exports§

pub use config::ConfigManager;

Modules§

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

Macros§

record_metric
Record a measurement
time_block
Convenience macros for performance monitoring

Structs§

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