Skip to content

memfd v0.4.0

Compare
Choose a tag to compare
@lucab lucab released this 10 Feb 15:45
· 60 commits to master since this release
v0.4.0
83a4f21

Changes:

  • Replace Either dependency with Result
  • 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