cruxmont 0.1.3

A web framework for DB transactions, HTTP handling, and testing utilities
Documentation
pub mod dal;
pub mod define_transactions;
pub mod config;
pub mod errors;


pub use cruxmont_db_tx as db_tx;
pub use cruxmont_http_tx as http_tx;
pub use cruxmont_pg_pool_macro as pg_pool;

#[cfg(feature = "embedded-pg")]
pub use cruxmont_embedded_pg_test_macro as embedded_pg_test;

#[cfg(feature = "embedded-pg")]
pub use postgresql_embedded;

#[cfg(feature = "test")]
pub use cruxmont_test_utils as test_utils;

#[cfg(feature = "test")]
pub use cruxmont_pg_test_macro as pg_test;