oid2 0.1.0

An id schema that is compatible with uuid, lexicographcally sorted (won't explode database indexes), readable, and double-click-copyable.
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