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
11
name: Shared Setup
description: Install mise, Rust toolchain, and development dependencies
runs:
  using: "composite"
  steps:
    - uses: jdx/mise-action@v3
    - uses: Swatinem/rust-cache@v2
    - shell: bash
      run: |-
        rustup component add --toolchain nightly rustfmt
        rustup component add --toolchain nightly clippy