From e8cd57bac57aa57d45aafc913b61e3c07ff43d07 Mon Sep 17 00:00:00 2001 From: Joe Ardent Date: Thu, 27 Jul 2023 14:25:06 -0700 Subject: [PATCH] add links to docs and crates to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 32c327e..42744b7 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ sqlite> select julid_counter(julid_new()); 0 ``` +Crates.io: https://crates.io/crates/julid-rs +docs: https://docs.rs/julid-rs/latest/julid/ + + ## A slightly deeper look Julids are ULID-backwards-compatible (that is, all Julids are valid ULIDs, but not all ULIDs are