tsid 0.0.2

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
16
# tsid
TSID generator for rust

This library is in development. Not usable yet.

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

Goals:
- [ ] Generate TSID with performance comparable to java library https://github.com/f4b6a3/tsid-creator/
- [ ] Publish first usable version to crates.io
- [ ] GitHub actions workflow to CI
- [ ] Serde serialization

![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)