scoped-threadpool-std 0.1.1

A simple scoped threadpool implementation and related tests including a password hasher
Documentation
  • Coverage
  • 0%
    0 out of 9 items documented0 out of 4 items with examples
  • Size
  • Source code size: 3.05 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 419.94 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • tyler274/rusty-hasher
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tyler274

This provides a scoped threadpool utilizing the nightly feature https://github.com/rust-lang/rust/issues/93203

Test cases are provided including a sha512 password hasher to deduce passwords from the provided dataset.

Documentation isnt up to snuff yet, and a lot of the old code needs to be cleaned out.