rspamd-client 0.7.0

Rspamd client API
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "async")]
pub mod async_client;
#[cfg(feature = "sync")]
pub mod sync_client;
pub mod traits;

pub use traits::*;