Crates.io | rust-lib-template |
lib.rs | rust-lib-template |
version | 1.0.3 |
source | src |
created_at | 2023-09-03 16:24:14.169717 |
updated_at | 2023-09-04 17:41:07.413726 |
description | Rust library template |
homepage | https://github.com/vhidvz/rust-lib-template |
repository | https://github.com/vhidvz/rust-lib-template.git |
max_upload_size | |
id | 962305 |
size | 5,459 |
rustup component add clippy
rustup component add rustfmt
# Debugging & Code-Coverage
rustup component add llvm-tools
Cargo alias commands
# .cargo/config.toml [alias]
cargo lint
cargo format
The docs
Auto-Generate script is docs.sh
.