revault_lockbox_api 0.0.1

reVault lockbox API to create and manage lockboxes
Documentation
1
2
3
4
5
6
7
use crate::record::DecodedRecord;

#[derive(Debug)]
pub(crate) struct Scan {
    pub(crate) records: Vec<DecodedRecord>,
    pub(crate) corrupt_records: usize,
}