multitool-hg 0.1.3

Useful module for creating services on Rust.
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "logger")]
pub mod logger;

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

#[cfg(feature = "rediska")]
pub mod rediska;