1
2
3
4
5
6
7
8
//!Fie FFI bindings

#![warn(missing_docs)]
#![cfg_attr(feature = "cargo-clippy", allow(clippy::style))]

pub mod common;
#[cfg(feature = "c")]
pub mod c;