From 33bf9b492359ff5dd8a5a3a662184e2c09dfb0c1 Mon Sep 17 00:00:00 2001 From: trevyn Date: Tue, 5 Oct 2021 18:22:27 -0400 Subject: [PATCH] Add mention of Rust bindings for `librclone` --- librclone/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/librclone/README.md b/librclone/README.md index 56dbb7fc5..66c68dce2 100644 --- a/librclone/README.md +++ b/librclone/README.md @@ -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.