1
2
3
4
5
6
7
8
mod de;
mod pg;
mod pg_row_ext;

pub type AnyError = ::eyre::Report;
pub mod prelude {
    pub use crate::pg_row_ext::*;
}