11 releases (6 breaking)

0.7.0+rclone-v1.65.0 Nov 27, 2023
0.6.3+rclone-v1.64.2 Oct 23, 2023
0.5.0+rclone-v1.63.1 Jul 19, 2023
0.4.0+rclone-v1.62.2 Apr 6, 2023
0.0.0 Oct 5, 2021

#36 in #links

Download history 8/week @ 2023-12-18 5/week @ 2023-12-25 15/week @ 2024-02-05 56/week @ 2024-02-12 50/week @ 2024-02-19 90/week @ 2024-02-26 44/week @ 2024-03-04 37/week @ 2024-03-11 24/week @ 2024-03-18 224/week @ 2024-04-01

291 downloads per month
Used in librclone

MIT AND Apache-2…

52MB
1M SLoC

Go 1M SLoC // 0.2% comments GNU Style Assembly 20K SLoC // 0.1% comments Shell 1.5K SLoC // 0.1% comments C 316 SLoC // 0.1% comments M4 162 SLoC BASH 80 SLoC // 0.1% comments Bazel 68 SLoC // 0.0% comments Rust 43 SLoC PowerShell 26 SLoC // 0.1% comments INI 10 SLoC Bitbake 3 SLoC Forge Config 1 SLoC

github crates.io docs.rs

Rust bindings for librclone.

Automatically compiles rclone as a library and links it into your Rust application.

Supports macOS and Linux. PR for Windows support welcome!

crate version rclone version MSRV Minimum go version
librclone = "0.7" v1.65.0 1.65 1.19
librclone = "0.6" v1.64.2 1.65 1.19
librclone = "0.5" v1.63.1 1.60 1.18
librclone = "0.4" v1.62.2 1.54 1.18
librclone = "0.3" v1.61.0 1.54 1.17
librclone = "0.2" v1.60.1 1.54 1.17
librclone = "0.1" v1.56.2 1.54 1.17

To generate updated go.mod and go.sum files on new rclone version:

cd librclone-sys
rm go.mod && rm go.sum
go mod init github.com/trevyn/librclone
go mod tidy

lib.rs:

This crate provides low-level bindings to librclone.

See the librclone crate for details.

No runtime deps