Docs.rs
syslog-rs-4.0.0
syslog-rs 4.0.0
Permalink
Docs.rs crate page
MPL-2.0
OR
EUPL-1.2
Links
Repository
crates.io
Source
Owners
eesekaj
Dependencies
bitflags ^1
normal
chrono ^0.4
normal
crossbeam-channel ^0.5
normal
optional
futures-rustls ^0.26
normal
optional
nix ^0.30
normal
rustls ^0.23
normal
optional
smol ^2.0
normal
optional
socket2 ^0.6
normal
tokio ^1
normal
optional
tokio-rustls ^0.26
normal
optional
tokio-test ^0.4
dev
Versions
83.04%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
syslog_
rs
4.0.0
Module syslog_
sync_
shared
Module Items
Structs
In syslog_
rs::
sync
syslog_rs
::
sync
Module
syslog_sync_shared
Copy item path
Source
Expand description
A syslog instance which is shared between threads.
Structs
ยง
Syslog
Shared
A single instance shared between all threads. A
Mutex
is used to guard the instance.