1
2
3
4
5
6
//! xlog-rs
//!
//! A simple logging library for Rust.

/// main module
pub mod log;