scoped-threadpool-std 0.1.1

A simple scoped threadpool implementation and related tests including a password hasher
Documentation

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.