Skip to content

rstropek/mth-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample for Cargo Introduction workshop. See https://github.com/rstropek/CargoIntro for details.

Resources

Stars

Watchers

Forks

Languages