Crates.io | scoped-threadpool-std |
lib.rs | scoped-threadpool-std |
version | 0.1.1 |
source | src |
created_at | 2022-04-04 13:06:59.207574 |
updated_at | 2022-04-04 13:17:44.878391 |
description | A simple scoped threadpool implementation and related tests including a password hasher |
homepage | |
repository | https://github.com/tyler274/rusty-hasher |
max_upload_size | |
id | 561986 |
size | 3,052,407 |
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.