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: - [x] 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