This repository has been 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_pidfd
example in the readme. - Add a test for
get_file_from_pidfd
.
pidfd_getfd 0.2.0
Additions
- Added the
nightly
feature, which implementsPidFdExt
forstd
'sPidFd
.
Breaking changes
- Renamed
PidFdExt::get_fd
toPidFdExt::get_file
to better reflect its purpose. - Renamed
GetfdFlags
toGetFdFlags
.
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