fix link to lines on kittcollective

This commit is contained in:
Joe Ardent 2025-07-21 16:35:55 -07:00
parent c0985ee336
commit b2544be6b8

View file

@ -292,7 +292,7 @@ those crates! Feel free to steal code from me any time!
[^monotonic]: At least, they will still have a total order if they're all generated within the same
process in the same way; the code uses a [64-bit atomic
integer](https://git.kittencollective.com/nebkor/julid-rs/src/commit/2484d5156bde82a91dcc106410ed56ee0a5c1e07/src/julid.rs#L11-12)
integer](https://git.kittencollective.com/nebkor/julid-rs/src/commit/2484d5156bde82a91dcc106410ed56ee0a5c1e07/src/julid.rs#L11-L12)
to ensure that IDs generated within the same millisecond have incremented counters, but that
atomic counter is not global; calling `Julid::new()` in Rust and `select julid_new()` in SQLite
would be as though they were generated on different machines. I just make sure to only generate