quantum_log 0.3.0

High-performance asynchronous logging framework based on tracing ecosystem
Documentation
1
2
3
4
5
6
7
8
9
//! 实用工具模块
//!
//! 提供各种辅助功能和工具函数

pub mod background_info;
pub mod file_tools;

pub use background_info::BackgroundInfo;
pub use file_tools::FileTools;