task_partitioner 0.1.1

helper lib that allows partitioning named tasks by count or hash
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.thiserror]
version = "1.0.37"

[dependencies.twox-hash]
version = "1.6.3"

[package]
authors = ["Kaspar Schleiser <kaspar@schleiser.de>"]
description = "helper lib that allows partitioning named tasks by count or hash"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "task_partitioner"
readme = "README.md"
repository = "https://github.com/kaspar030/task_partitioner"
version = "0.1.1"