lool/lib/lib.rs

17 lines
313 B
Rust

#![doc(html_logo_url = "https://raw.githubusercontent.com/lucodear/lool/master/.github/img/logo.svg")]
#[cfg(feature = "cli")]
pub mod cli;
#[cfg(feature = "sched")]
pub mod sched;
#[cfg(feature = "logger")]
pub mod logger;
#[cfg(feature = "macros")]
pub mod macros;
#[cfg(feature = "utils")]
pub mod utils;