Crates.io | mth_calc |
lib.rs | mth_calc |
version | 0.1.6 |
source | src |
created_at | 2020-07-30 06:25:07.659127 |
updated_at | 2022-01-31 07:28:40.170708 |
description | Crate for demonstrating Cargo. Contains helper method for running a process in parallel on all available processors. |
homepage | https://github.com/rstropek/CargoIntro |
repository | https://github.com/rstropek/CargoIntro |
max_upload_size | |
id | 271207 |
size | 6,327 |
This crate contains helper functions that execute given closures in parallel on all available processors.
Note that this crate's main purpose is to demonstrate certain features of Cargo. If you find it useful, feel free to grab whatever you need. However, do not expect that this crate will be functionally extended or maintained on a regular basis. As said, its mainly used during Cargo trainings for demonstrating the following aspects of Cargo:
cargo doc
cargo test
and cargo test --doc
cargo publish
(with and without --dry-run
)