//! This crate provides Rust bindings to [uplink-c](https://github.com/storj/uplink-c/), the C
//! interface for the storj uplink API library.
//!
//! [uplink](https://crates.io/crates/uplink) is the safe wrapper crate for this crate.
// Ignore style warnings for for uplink-c bindings
// Include uplink-c bindings (generated by build.rs)
include!;