Crates.io | iron-ingot |
lib.rs | iron-ingot |
version | 0.7.1 |
source | src |
created_at | 2022-05-11 04:11:39.355147 |
updated_at | 2022-09-17 07:52:03.8496 |
description | A general-purpose library for rust that can help developers create various kinds of applications in a shorter amount of time. |
homepage | |
repository | https://github.com/ii887522/iron-ingot |
max_upload_size | |
id | 584387 |
size | 216,195 |
A general-purpose library for Rust that can help developers create various kinds of applications in a shorter amount of time. This library is also used to serve as a custom extension to the Rust standard library.
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