postgresql_archive 0.20.2

A library for downloading and extracting PostgreSQL archives
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "md5")]
pub mod md5;
pub mod registry;
#[cfg(feature = "sha1")]
pub mod sha1;
#[cfg(feature = "sha2")]
pub mod sha2_256;
#[cfg(feature = "sha2")]
pub mod sha2_512;