postgresql_archive 0.20.2

A library for downloading and extracting PostgreSQL archives
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "github")]
pub mod github;
#[cfg(feature = "maven")]
pub mod maven;
pub mod model;
pub mod registry;

pub use model::{Archive, Repository};