dir_spec 0.5.2

A cross-platform Rust library for resolving XDG and platform-specific directories with proper fallbacks.
Documentation
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env sh
#MISE description="Format rust files"
#MISE tools.rust="nightly"
#MISE alias=["fmt:rust", "fmt:rs", "format:rs"]

set -e

cargo sort --workspace --config .config/tomlfmt.toml
cargo +nightly fmt --all -- --config-path .config/rustfmt.toml
cargo clippy --fix --allow-dirty --allow-staged