1
2
3
4
5
6
7
pub mod error;

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

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