coil-ops 0.1.1

Operations and release-management capabilities for the Coil framework.
Documentation
1
2
3
4
5
6
7
mod catalog;
mod definition;
mod planning;

pub use catalog::ReportCatalog;
pub use definition::{ReportDefinition, ReportDeliveryMode, ReportFormat, ReportSensitivity};
pub use planning::{ReportExportPlan, ReportExportRequest, ReportParameter};