fastsync 0.2.0

A fast, safe one-way directory synchronization tool for large local folders.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "rust-analyzer.cargo.allFeatures": true,
  "rust-analyzer.check.allTargets": true,
  "rust-analyzer.check.command": "clippy",
  "rust-analyzer.check.extraArgs": ["--", "-D", "warnings"],
  "rust-analyzer.procMacro.enable": false,
  "rust-analyzer.diagnostics.disabled": [
    "proc-macro-error",
    "proc-macro-disabled",
    "unresolved-proc-macro"
  ]
}