galvyn-core 0.4.0

Core concepts for galvyn like trait definitions
1
2
3
4
5
//! Some core modules (and foreign implementations)

#[cfg(feature = "rorm")]
pub mod database;
pub mod shutdown;