fferris-sys 0.0.0

DO NOT USE THIS
1
2
3
4
5
6
7
8
9
10
11
#![doc = include_str!("../README.md")]
#![no_std]

#[rustfmt::skip]
#[allow(nonstandard_style, improper_ctypes)]
#[allow(clippy::all)]
mod bindings {
    include!("bindings.rs");
}

pub use bindings::*;