1 2 3 4 5 6 7
mod extractor; mod matcher; pub const URL: &str = "https://github.com/theseus-rs/postgresql-binaries"; pub use extractor::extract; pub use matcher::matcher;