plsync 0.2.2

Parallel local only `rsync` implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Run linters

on: [push]

env:
  CARGO_TERM_COLOR: always

jobs:
  lint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: dtolnay/rust-toolchain@stable
      - run: rustup component add clippy
      - run: cargo clippy --all-targets -- -D warnings