gossan-checkpoint
Part of the Santh security research ecosystem.
Scan checkpoint and resume for gossan — persists stage results to SQLite — part of the Santh security research ecosystem.
Part of gossan.
Usage
## Usage
```rust
use CheckpointStore;
let store = open.unwrap;
let scan_id = store.new_scan.unwrap;
store.save_stage.unwrap;
## License
MIT