1
2
3
4
5
6
7
8
#![allow(clippy::type_complexity)]

pub mod error;

pub mod core;

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