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.
- fd-passing same thing, different API
- Good article on fd passing