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

@@ -0,0 +1,6 @@
[package]
name = "honey-badger-split"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
[dependencies]