This repository was archived by the owner on Jul 10, 2023. It is now read-only.
Releases: PatchMixolydic/pidfd_getfd
Releases · PatchMixolydic/pidfd_getfd
pidfd_getfd 0.2.1
Misc. changes
- Fix the
get_file_from_pidfdexample in the readme. - Add a test for
get_file_from_pidfd.
pidfd_getfd 0.2.0
Additions
- Added the
nightlyfeature, which implementsPidFdExtforstd'sPidFd.
Breaking changes
- Renamed
PidFdExt::get_fdtoPidFdExt::get_fileto better reflect its purpose. - Renamed
GetfdFlagstoGetFdFlags.
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.
pidfd_getfd 0.1.0
Initial release