iron-ingot

Crates.ioiron-ingot
lib.rsiron-ingot
version0.7.1
sourcesrc
created_at2022-05-11 04:11:39.355147
updated_at2022-09-17 07:52:03.8496
descriptionA general-purpose library for rust that can help developers create various kinds of applications in a shorter amount of time.
homepage
repositoryhttps://github.com/ii887522/iron-ingot
max_upload_size
id584387
size216,195
ii887522 (ii887522)

documentation

README

iron-ingot

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

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.

Table of contents

Prerequisites

Format the project

cargo fmt

Automatically format the project on change

cargo watch -x fmt

Lint the project

cargo clippy --all-features

Automatically lint the project on change

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

Build the project

cargo build

Automatically build the project on change

cargo watch -x build

Test the project

cargo test

Automatically test the project on change

cargo watch -x test
Commit count: 89

cargo fmt