snowflake 1.1.0

A module for generating guaranteed process unique IDs.
Documentation
[package]

name = "snowflake"
version = "1.1.0"
authors = ["Steven Allen <steven@stebalien.com>"]

description = "A module for generating guaranteed process unique IDs."
license = "MIT/Apache-2.0"
readme = "README.md"

repository = "https://github.com/Stebalien/snowflake"
homepage = "https://github.com/Stebalien/snowflake"
documentation = "https://stebalien.github.io/snowflake/snowflake"

[dev-dependencies]
time = "*"
uuid = "*"
rand = "*"
threadpool = "*"