snowflake 0.5.1

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

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

description = "A module for generating guaranteed process unique IDs."
license = "MIT"
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 = "*"