1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: avoid privacy breach in documentation
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-10-02
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/README.md
+++ b/README.md
@@ -1,9 +1,5 @@
# ulid-rs
-
-[](https://crates.io/crates/ulid)
-[](https://docs.rs/ulid)
-
This is a Rust implementation of the [ulid][ulid] project which provides
Universally Unique Lexicographically Sortable Identifiers.
|