4个版本

1.0.0-rc.2 2022年3月6日
1.0.0-alpha.9 2022年12月16日
1.0.0-alpha.8 2022年4月20日
1.0.0-alpha.6 2022年3月27日
0.1.1 2022年2月28日

#56 in 渲染

Download history 110/week @ 2024-05-01 36/week @ 2024-05-08 7/week @ 2024-05-15 12/week @ 2024-05-22 1/week @ 2024-05-29 3/week @ 2024-06-05 3/week @ 2024-06-12 1/week @ 2024-06-26 33/week @ 2024-07-03 2/week @ 2024-07-17 46/week @ 2024-07-24

每月82次 下载
git-leave 中使用

CECILL-2.1

34KB
544

Label Logger

类似Cargo的日志库

用法

use label_logger::{info, log, success};

info!(label: "Compiling", "the program");
log!("information without label");
log!("more informations without label");
success!(label: "Finished", "the compilation");

该库还包括 dialoguer(一个用于终端中提示用户的库)和 indicatif(显示漂亮的进度条)的主题。

请参阅 示例 了解更多用法。

致谢

此库仍在开发中,API的破坏性更改可能随时发生。


工作许可下 CECILL-2.1,这是一个允许修改和分发软件的同时要求衍生作品使用相同许可证的法国开源许可证。

依赖关系

~0.5–7.5MB
~43K SLoC