postgresql_archive 0.20.2

A library for downloading and extracting PostgreSQL archives
Documentation
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;