56个版本

0.6.47 2024年1月20日
0.6.46 2023年10月28日
0.6.42 2023年9月9日
0.6.41 2021年7月4日
0.2.0 2019年12月28日

#152 in 调试


13 个 代码库中使用

MIT 许可证

64KB
1.5K SLoC

Rust实用工具

配置 Cargo.toml

[dependencies]
rust_util = "0.6"

--OR--

[dependencies]
rust_util = { git = "https://github.com/jht5945/rust_util" }

*.rs 中使用

#[macro_use]
extern crate rust_util;

...

use rust_util::*;

更新git代码库

$ cargo update

运行示例

$ cargo run --example log

ENV LOGGER_LEVEL 可以是

  • debug*
  • info? -- 默认
  • ok#
  • warn!
  • error^

更新日志

  • 2020年11月28日 v0.6.19
    • 添加 util_git
  • 2020年11月28日 v0.6.18
    • 添加 util_term
  • 2020年6月21日 v0.3.0
    • 添加结构体 JoinFilesReader

依赖项

~180–750KB