Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
breaking: Remove FromRawFd/Handle implementations
This is a breaking change, but I think it's justified for two reasons: - It removes all unsafe code from this crate. - FromRawFd is superseded by From<OwnedFd> cc rust-secure-code/safety-dance#83 Signed-off-by: John Nunley <dev@notgull.net>
- Loading branch information