Break split function into its own crate.

- Added tests
- Remove it from the delegation dir
- Added it as a crate in utils
This commit is contained in:
Paul Hauner
2018-10-10 16:09:00 +11:00
parent ddc8037487
commit 9717698f7b
7 changed files with 96 additions and 46 deletions

View File

@@ -4,5 +4,6 @@ version = "0.1.0"
authors = ["Age Manning <Age@AgeManning.com>"]
[dependencies]
honey-badger-split = { path = "../utils/honey-badger-split" }
types = { path = "../types" }
shuffling = { path = "../utils/shuffling" }