revault_lockbox_api 0.0.4

reVault lockbox API to create and manage lockboxes
Documentation
1
2
3
4
5
6
7
8
/// Rendering options for `RecoveryReport`.
#[derive(Debug, Clone, Default, PartialEq, Eq)]
pub struct RecoveryReportOptions {
    /// Include individual intact file paths in rendered output.
    pub verbose: bool,
    /// Maximum intact file paths to include when verbose output is enabled.
    pub max_intact_entries: Option<usize>,
}