1 2 3 4 5
mod database; mod model; pub use database::{Database, DatabaseError}; pub use model::{Advisory, AdvisoryKind, Criticality};