sid2 0.4.1

Id schema that is: 128-bit (uuid compatible); sorted (won't explode database indexes); random (gen anywhere); readable (has object type and a "short" segment); and highlights on double click. Includes postgres extension.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
set dotenv-load
set positional-arguments

run *ARGS:
    cargo run -- "$@"

test *ARGS:
    cargo test --all-features -- "$@"

build:
    cargo build

install:
    cd cli && cargo install --path .

check:
    cargo check