fastid 0.2.0

Snowflake-like ID generating in Rust
Documentation
[dependencies.base62]
optional = true
version = "0.3.0"

[dependencies.uuid]
optional = true
version = "0.8"

[features]
default = []
guid = ["uuid"]

[package]
authors = ["Chino Chang <chino@joymoe.com>"]
description = "Snowflake-like ID generating in Rust"
documentation = "https://docs.rs/fastid"
edition = "2018"
homepage = "https://github.com/JoyMoe/FastID-rs"
license = "MIT"
name = "fastid"
readme = "README.md"
repository = "https://github.com/JoyMoe/FastID-rs"
version = "0.2.0"