Crate ccadb_csv_fetch

Source

Enums§

FetchError
An error that can occur while fetching or parsing a CCADB data source.
ReportType
Types of CCADB CSV reports that can be fetched.

Functions§

fetch_report
Fetch the provided report type’s CSV from CCADB, writing the result to output.

Type Aliases§

Result
Convenience type for functions that return a T on success or a FetchError otherwise.