查看rust代码中每个TODO的工具-Rust开发

时间:2021-05-27 20:24:41
【文件属性】:
文件名称:查看rust代码中每个TODO的工具-Rust开发
文件大小:11KB
文件格式:ZIP
更新时间:2021-05-27 20:24:41
Rust Miscellaneous 用于查看rust代码中每个TODO的工具用于查看rust代码中每个TODO的工具安装$ cargo install cargo-todo用法将显示每行带有支持的令牌(在下面列出)示例$ cargo todo第39行:重构受支持的令牌// todo todo!()未实现!()修复Regex cargo todo现在支持可自定义的regex,将您的所有regex添加到〜/ .cargo / todo_config文件中。$ cargo todo --regex /!\警告cargo todo将不再使用de默认令牌,但仅自定义正则表达式
【文件预览】:
cargo-todo-master
----Cargo.lock(10KB)
----src()
--------main.rs(12KB)
--------token.rs(5KB)
--------regex.rs(951B)
--------parser.rs(1KB)
----Cargo.toml(576B)
----.gitignore(8B)
----README.md(3KB)

网友评论