https://github.com/stemjail/fdpass-rs
File descriptor passing through UNIX socket
https://github.com/stemjail/fdpass-rs
file-descriptor unix-socket
Last synced: 3 months ago
JSON representation
File descriptor passing through UNIX socket
- Host: GitHub
- URL: https://github.com/stemjail/fdpass-rs
- Owner: stemjail
- License: gpl-3.0
- Created: 2016-08-06T15:50:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-07T09:25:11.000Z (almost 10 years ago)
- Last Synced: 2025-11-09T09:19:34.109Z (8 months ago)
- Topics: file-descriptor, unix-socket
- Language: Rust
- Homepage: https://stemjail.github.io/rustdoc/fdpass/
- Size: 30.3 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING.LESSER.txt
Awesome Lists containing this project
README
# fdpass-rs
*fdpass* is a high level library to send and receive file descriptors through UNIX socket in a safe way.
Works on *x86_64* architecture.