Crates.io | way-lib-rust |
lib.rs | way-lib-rust |
version | 0.0.3 |
source | src |
created_at | 2023-04-07 21:28:38.360436 |
updated_at | 2023-04-08 19:43:40.243563 |
description | foundation for all Ampliway services |
homepage | https://ampliway.com |
repository | |
max_upload_size | |
id | 833203 |
size | 15,159 |
Foundation for all Ampliway services, providing standardization and homologated technologies for use across the entire platform.
Install Rust
Install Tarpaulin (for Code Coverage):
cargo install cargo-tarpaulin
cargo install cargo-watch
Install the extension crates
Install the extension rust-analyzer
Install the extension Coverage Gutters
Go to the menu View > Command Palette
Select the option "Coverage Gutters: Display Coverage"
Go to the menu View > Command Palette (again)
Select the option "Coverage Gutters: Watch"
Run the tests:
cargo tarpaulin --out lcov
cargo install release-plz --locked
release-plz update