mth_calc

Crates.iomth_calc
lib.rsmth_calc
version0.1.6
sourcesrc
created_at2020-07-30 06:25:07.659127
updated_at2022-01-31 07:28:40.170708
descriptionCrate for demonstrating Cargo. Contains helper method for running a process in parallel on all available processors.
homepagehttps://github.com/rstropek/CargoIntro
repositoryhttps://github.com/rstropek/CargoIntro
max_upload_size
id271207
size6,327
Rainer Stropek (rstropek)

documentation

README

Build and publish crate Crates.io

Multi-Threaded Calculation

Introduction

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:

  • Basics of crate documentation (including samples)
  • cargo doc
  • cargo test and cargo test --doc
  • cargo publish (with and without --dry-run)
  • Dependency types (crates.io, GitHub, folder)

Links

Commit count: 38

cargo fmt