#iron #general #lib #general-purpose #library

iron-ingot

一个通用的 Rust 库,可以帮助开发者更快地创建各种应用程序

9 个版本 (破坏性更新)

0.7.1 2022年9月17日
0.7.0 2022年7月26日
0.6.0 2022年7月5日
0.5.0 2022年6月12日
0.1.0 2022年5月11日

#5#iron

每月 31 次下载
用于 2 crates

MIT 许可证

220KB
7K SLoC

iron-ingot

Semantic Versioning 2.0.0 Linux Windows made-with-rust GitHub license Github tag

一个通用的 Rust 库,可以帮助开发者更快地创建各种应用程序。此库也被用作 Rust 标准库的定制扩展。

目录

先决条件

格式化项目

cargo fmt

在更改时自动格式化项目

cargo watch -x fmt

检查项目

cargo clippy --all-features

在更改时自动检查项目

cargo watch -x "clippy --all-features"

构建项目

cargo build

在更改时自动构建项目

cargo watch -x build

测试项目

cargo test

在更改时自动测试项目

cargo watch -x test

依赖项

~310KB