# 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.

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

