galvyn 0.6.1

Core-component for the galvyn web-framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Re-exports of included contrib crates
//!
//! If this module is empty our you can't find a specific crate, then check galvyn's feature flags.

//#[cfg(feature = "contrib-auth")]
//pub use galvyn_contrib_auth as auth;
//#[cfg(feature = "contrib-oauth")]
//pub use galvyn_contrib_oauth as oauth;
#[cfg(feature = "contrib-settings")]
pub use galvyn_contrib_settings as settings;
// #[cfg(feature = "contrib-timers")]
// pub use galvyn_contrib_timers as timers;