6 lines
93 B
Rust

mod client;
mod database;
pub use client::PgClientError;
pub use database::PgDatabaseError;