tsid 0.0.4

A Rust library for generating Time-Sorted Unique Identifiers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.rand]
version = "0.8"

[package]
authors = ["Maciej Stępyra <jakudlaty@gmail.com>"]
description = "A Rust library for generating Time-Sorted Unique Identifiers"
edition = "2021"
keywords = ["tsid", "sortable", "identifier", "generator"]
license = "MIT"
name = "tsid"
readme = "README.md"
repository = "https://github.com/jakudlaty/tsid/"
version = "0.0.4"
[package.metadata.release]
allow-branch = ["main"]