unix-cred
A Rust library that simplifies reading peer credentials from Unix sockets.
Example:
use UnixStream;
Platform support
The following platforms have first-class support (tests are run in CI, and everything should work):
- Linux (glibc and musl)
- FreeBSD
- macOS
The following platforms have second-class support (built, but not tested, in CI):
- NetBSD
The following platforms have third-class support (not even built in CI):
- OpenBSD
- DragonFlyBSD