Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

pidfd_getfd 0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@PatchMixolydic PatchMixolydic released this 14 Aug 16:02

Additions

  • Added the nightly feature, which implements PidFdExt for std's PidFd.

Breaking changes

  • Renamed PidFdExt::get_fd to PidFdExt::get_file to better reflect its purpose.
  • Renamed GetfdFlags to GetFdFlags.

Misc. changes

  • This crate should now display a more helpful error message when compiling on unsupported platforms (not Linux).
  • Improved documentation and added more examples to the readme.
  • Added compile-pass tests.