clepsydre-eds 0.1.0

Safe bindings for libclepsydre-eds
1
2
3
4
5
6
7
8
9
#![cfg_attr(docsrs, feature(doc_cfg))]

pub use auto::*;
#[allow(clippy::single_component_path_imports)]
use ffi;
#[allow(warnings)]
mod auto;

pub use clepsydre;