-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Rust 1.63 stabilised support for AsFd, which has the advantage over AsRawFd of tracking lifetimes for the file descriptor. Consider implementing support for this and possibly deprecating support for AsRawFd.
It doesn't look like the support for AsRawFd was ever in any release, so it should be fine to simply drop it without it being a semver issue.
Metadata
Metadata
Assignees
Labels
No labels