No unreleased changes yet
- Fix the
get_file_from_pidfd
example in the readme. - Add a test for
get_file_from_pidfd
.
- Added the
nightly
feature, which implementsPidFdExt
forstd
'sPidFd
.
- Renamed
PidFdExt::get_fd
toPidFdExt::get_file
to better reflect its purpose. - Renamed
GetfdFlags
toGetFdFlags
.
- 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.
Initial release