Skip to content

Commit

Permalink
add toc to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
carderne committed Jul 14, 2024
1 parent 5c70099 commit 198ce78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ with psycopg.connect("postgresql://...") as conn:
print(res) # user_2accvpp5guht4dts56je5a
```

## Table of contents
If you don't have time for ASCII art, you can skip to the good stuff:
* [Specification](#specification)
* [Python implementation](#python-implementation)
* [Rust implementation](#rust-implementation)
* [Postgres extension](#postgres-extension)

## Specification
Key changes relative to ULID:
1. Uses a modified form of [Crockford's base32](https://www.crockford.com/base32.html) that uses lower-case and includes the full alphabet (for prefix flexibility).
Expand Down

0 comments on commit 198ce78

Please sign in to comment.