Skip to content

Add support for AsFd #106

Description

@VorpalBlade

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions