#排序 #toml #格式化 #cargo-toml #cargo-subcommand #重构

app cargo-funnel

cargo 子命令,用于重新组织和排序 Cargo.toml

9 个不稳定版本 (4 个重大更改)

0.5.1 2022年1月4日
0.4.1 2022年1月3日
0.3.0 2021年10月1日
0.2.5 2021年8月6日
0.1.0 2019年7月1日

Cargo 插件 中排名 #562

每月下载量:33

MIT 许可证

15KB
374 行代码(不含注释)

一个类似于 sortpack 的工具,但适用于 Rust。它非常基础,但能满足我的需求。如果您有功能请求或遇到错误,请提交问题

只需在您的 Rust 项目中运行 cargo funnel 即可!

与 cargo-sort 的区别

cargo-sort 仅排序依赖项。 cargo-funnel 也会这样做,同时根据此处定义的顺序对 [package] 键下的内容进行排序

依赖项

约 3.5–5MB
87K SLoC