Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide implementations for I/O safety traits unconditionally #244

Merged
merged 2 commits into from
Jul 5, 2023

Commits on Jul 5, 2023

  1. Provide implementations for I/O safety traits unconditionally

    These traits have been stabilized with Rust 1.63. Since that is now our MSRV, we can drop the
    `build.rs` as well as the `autocfg` build dependency.
    While at it, I've also added a few `use` statements to make the implemenations more readable.
    LingMan committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    391c530 View commit details
    Browse the repository at this point in the history
  2. Make AsFd/AsRawFd implementations available on wasi

    `std` provides these traits on wasi, so we should probably do so as well.
    LingMan committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    45a108d View commit details
    Browse the repository at this point in the history