1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

Add mention of Rust bindings for librclone

This commit is contained in:
trevyn
2021-10-05 18:22:27 -04:00
committed by Nick Craig-Wood
parent b4944f4520
commit 33bf9b4923

View File

@@ -87,6 +87,10 @@ You are welcome to use this directly.
This needs expanding and submitting to pypi...
## Rust
Rust bindings are available in the `librclone` crate: https://crates.io/crates/librclone
## TODO
- Async jobs must currently be cancelled manually at the moment - RcloneFinalize doesn't do it.