tsid 0.0.4

A Rust library for generating Time-Sorted Unique Identifiers
Documentation
tsid-0.0.4 has been yanked.

tsid

TSID generator for rust, this library is reimplementation of java tsid-creator created by Fabio Lima

This library is in development. Not usable yet.

example workflow

Goals:

  • Generate TSID with simple, naive implementation
  • Add basic tests to check compatibility
  • Generate TSID with performance comparable to java library
  • Publish first usable version to crates.io
  • GitHub actions workflow to CI
  • Serde serialization
  • Thread safety

Rust GitHub Actions