No description
Find a file
2023-06-02 22:01:09 +08:00
.github/workflows 👷 add github action as ci (#1) 2021-01-04 22:12:12 +08:00
src ♻️ simple refactor 2023-06-02 22:01:09 +08:00
tests support parse simpleflake 2023-06-01 23:46:50 +08:00
LICENSE 📄 add license file 2020-08-31 22:32:17 +08:00
README.md 📝 add readme 2020-08-31 22:31:47 +08:00
simpleflake.nimble 🐛 don't using global rand state 2021-01-04 21:59:21 +08:00

simpleflake.nim

Pure nim implementation of the python's simpleflake ID generator.

For more, see the origin blog post of simpleflake: http://engineering.custommade.com/simpleflake-distributed-id-generation-for-the-lazy.

License

MIT