Skip to content

Instantly share code, notes, and snippets.

View x0b's full-sized avatar
💻
Busy with work & academic stuff

x0b

💻
Busy with work & academic stuff
View GitHub Profile
// Package librclone exports shims for C library use
//
// This directory contains code to build rclone as a C library and the
// shims for accessing rclone from C.
//
// The shims are a thin wrapper over the rclone RPC.
//
// Build a shared library like this:
//
// go build --buildmode=c-shared -o librclone.so github.com/rclone/rclone/librclone