[−][src]Module the_process_foundry::applications
A placeholder to group all the developmental applications
Re-exports
pub use bash::Bash; |
pub use docker_compose::DockerCompose; |
pub use docker_container::DockerContainer; |
pub use pg_basebackup::Options; |
pub use pg_basebackup::PgBaseBackup; |
pub use postgres::Postgres; |
Modules
bash | Use and manage Bash shell |
docker_compose | Manage the docker-compose application |
docker_container | Information about a running container |
pg_basebackup | A wrapper for the CLI tool pg_basebackup |
postgres | Module for manipulating a Postgres server |
Structs
Rc | A single-threaded reference-counting pointer. 'Rc' stands for 'Reference Counted'. |