galvyn-core 0.5.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;