goat_cli/report/
mod.rs

1/// Fetch the corresponding report from the GoaT API.
2pub mod fetch;
3/// Module providing parsing functionality for GoaT reports.
4pub mod report;