fd-passing 0.0.1

A crate to pass file descriptors between processes.
Documentation
1
2
3
4
5
#include <sys/socket.h>

int get_SCM_RIGHTS() {
    return SCM_RIGHTS;
}