Add mention of Rust bindings for librclone

This commit is contained in:
trevyn
2021-11-01 12:43:31 +00:00
committed by Nick Craig-Wood
parent b4944f4520
commit 33bf9b4923
+4
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.