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
# Introduction

This Rust library allows partitioning a list of tasks to multiple workers,
by count or by hash. It was cut out from the awesome [nextest](https://nexte.st).

# License

task_partitioner is licensed under the terms of the Apache License (Version 2.0), or MIT.