1 2 3 4 5 6 7 8 9
mod extractor; mod matcher; mod repository; pub const URL: &str = "https://github.com/zonkyio/embedded-postgres-binaries"; pub use extractor::extract; pub use matcher::matcher; pub use repository::Zonky;