From [RFC 1479](https://github.com/rust-lang/rfcs/blob/master/text/1479-unix-socket.md): > Linux's abstract namespace is not supported. Functionality may be added in the future via extension traits in std::os::linux::net. This feature is described in the Linux [unix(7)](http://man7.org/linux/man-pages/man7/unix.7.html) manpage. This issue tracks the absence of (and hopefully future development of) this feature.