1//! This crate provides low-level bindings to `librclone`.
2//!
3//! See the `librclone` crate for details.
45#![allow(non_upper_case_globals)]
6#![allow(non_camel_case_types)]
7#![allow(non_snake_case)]
89include!(concat!(env!("OUT_DIR"), "/bindings.rs"));