Expand description
An async interface and/or realisations. The main async syslog struct is located there.
Re-exports§
pub use syslog_async_internal::AsyncMutex;
pub use syslog_async_internal::AsyncMutexGuard;
pub use async_socket::AsyncTap;
pub use async_socket::AsyncSyslogTap;
Modules§
- async_
queue_ adapter - A queue adapter selector.
- async_
socket - An async socket interface.
- async_
tokio - A
tokio
based async. - syslog_
async - A async interface.
- syslog_
async_ internal - Internal syslog logic.
- syslog_
trait - An available APIs and common interfaces.