Docs.rs
proc-daemon-0.9.0
proc-daemon 0.9.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jamesgober
Dependencies
arc-swap ^1.7
normal
async-std ^1.12
normal
optional
console ^0.15
normal
optional
crossbeam ^0.8
normal
crossbeam-channel ^0.5
normal
optional
dhat ^0.3
normal
optional
fastrand ^2.0
normal
figment ^0.10
normal
fs2 ^0.4.3
normal
futures ^0.3
normal
memmap2 ^0.9
normal
optional
metrics ^0.17
normal
optional
mimalloc ^0.1
normal
optional
notify ^6.1
normal
optional
num_cpus ^1.16.0
normal
once_cell ^1.19
normal
parking_lot ^0.12
normal
pprof ^0.13
normal
optional
quanta ^0.12
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
optional
thiserror ^1.0
normal
tokio ^1.37
normal
optional
toml ^0.8
normal
optional
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
criterion ^0.5
dev
proptest ^1.6
dev
serial_test ^3.0
dev
tempfile ^3.8
dev
tokio-test ^0.4
dev
ctrlc ^3.4
normal
libc ^0.2
normal
nix ^0.29
normal
ctrlc ^3.4
normal
windows ^0.58
normal
optional
Versions
100%
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
Module unix
proc_
daemon
0.9.0
Module unix
Module Items
Functions
In proc_
daemon::
ipc
proc_daemon
::
ipc
Module
unix
Copy item path
Source
Expand description
Unix-specific IPC primitives implemented with Tokio Unix sockets.
Functions
ยง
bind
Bind a Unix domain socket at the given path.
connect
Connect to a Unix domain socket at the given path.