memfd v0.4.0
Changes:
- Replace
Either
dependency withResult
- Add safe constructor from objects owning raw file descriptors
- Implement AsRawFd and IntoRawFd for Memfd
- Enable CLOEXEC by default and allow it to be changed after creation
- Move to github actions
- Add FromRawFd trait implementation and modernize