1
2
3
4
5
6
7
8
//! Kotonoha is user frendly logger.
//!
#![deny(missing_docs)]

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