rs-snowflake 0.6.0

Rust version of the Twitter snowflake algorithm.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[lib]
name = "snowflake"

[package]
authors = ["BinChengZhao <binchengZhao@outlook.com>"]
categories = ["development-tools", "data-structures", "algorithms"]
description = "Rust version of the Twitter snowflake algorithm."
documentation = "https://docs.rs/rs-snowflake"
edition = "2018"
keywords = ["snowflake", "distributed-id", "speediness", "uniqueness", "auto-increment"]
license = "MIT"
name = "rs-snowflake"
readme = "README.md"
repository = "https://github.com/BinChengZhao/snowflake-rs.git"
version = "0.6.0"