Crates.io | passfd |
lib.rs | passfd |
version | 0.1.6 |
source | src |
created_at | 2019-03-07 16:25:11.156896 |
updated_at | 2023-02-24 17:38:25.891467 |
description | File descriptor passing |
homepage | https://github.com/polachok/passfd |
repository | https://github.com/polachok/passfd |
max_upload_size | |
id | 119341 |
size | 174,053 |
Unix sockets possess magic ability to transfer file descriptors from one process to another (unrelated) process using
obscure SCM_RIGHTS
API. This little crate adds extension methods to UnixStream to use it.