mindtree_utils 0.1.1

Miscellaneous utilities from the sleeve of mindtree.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "mindtree_utils"
description = "Miscellaneous utilities from the sleeve of mindtree."
version = "0.1.1"
authors = ["mitchmindtree <mitchell.nordine@gmail.com>"]
readme = "README.md"
keywords = ["utils", "math", "iterator"]
license = "MIT"
repository = "https://github.com/mitchmindtree/utils-rs.git"
homepage = "https://github.com/mitchmindtree/utils-rs"


[dependencies]
rand = "0.1.2"
rustc-serialize = "0.2.12"
time = "0.1.17"