tsid 0.1.0

A Rust library for generating Time-Sorted Unique Identifiers
Documentation
# tsid
TSID generator for rust, this library is reimplementation of java [tsid-creator](https://github.com/f4b6a3/tsid-creator/) created by Fabio Lima

This library is in development. Not usable yet.

![example workflow](https://github.com/jakudlaty/tsid/actions/workflows/rust.yml/badge.svg)

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

![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white)
![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white)