1 个不稳定版本
0.1.9 | 2024 年 1 月 9 日 |
---|---|
0.1.8 |
|
#436 在 命令行界面 中
每月下载量 72
6KB
86 代码行
Logma 是什么?Logma 是什么?LOGMA TEXT
LOGMA TEXT
待办事项
- 实际上填充这个自述文件(我是在早上 5 点写的,我会稍后再做)
- 找出添加文档的好方法
示例
use logma::info;
fn main() {
info!("logma text");
// >>> [INFO] logma text
}
安装
将以下行添加到您的 Cargo.toml
文件中的 [dependencies]
logma = "0.1.9"
colored = "2.1.0" # this is needed for this to function, and i dont know how to get around it
依赖项
~0–9MB
~51K SLoC