rusty_ulid 2.0.1

Rust ULID (Universally Unique Lexicographically Sortable Identifier) generation and processing
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"title": "[ULID](https://github.com/ulid/spec)",
	"description": "[Universally Unique Lexicographically Sortable Identifier](https://github.com/ulid/spec)",
	"type": "string",
	"format": "ulid",
	"examples": [
		"01ARZ3NDEKTSV4RRFFQ69G5FAV",
		"01BX5ZZKBKACTAV9WEVGEMMVS0"
	]
}