snowid 2.0.0

A Rust library for generating SnowID - a Snowflake-like timestamp-based distributed unique identifier
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
    "$schema": "https://raw.githubusercontent.com/googleapis/release-please-action/v4/schema.json",
    "release-type": "rust",
    "include-component-in-tag": false,
    "include-v-in-tag": true,
    "packages": {
        ".": {
            "package-name": "snowid"
        }
    }
}