queue-file 1.4.10

queue-file is a lightning-fast, transactional, file-based FIFO
Documentation
1
2
3
4
5
6
7
8
9
10
default:
  @just --list --unsorted --color=always | rg -v "    default"

# Format source code
fmt:
    cargo +nightly fmt

clippy:
  # rustup component add clippy --toolchain nightly
  cargo +nightly clippy --workspace