Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 374 Bytes

File metadata and controls

21 lines (19 loc) · 374 Bytes

rs-ync

Simple rsync implementation in rust

Repo map

├── src
│   ├── lib.rs
│   └── main.rs
├── tests
│   ├── common
│   │   └── mod.rs
│   └── integration_tests.rs
├── .pre-commit-config.yaml
├── Cargo.lock
├── Cargo.toml
├── README.md
├── pyproject.toml
└── uv.lock
::