Skip to content

Port from libc to rustix #401

Closed
Closed
@notgull

Description

@notgull

rustix is a crate which provides I/O-safe wrappers around raw system calls on Linux and libc on other Unixes. By using it we can use raw syscalls instead of libc calls, which has a number of performance, safety and code size advantages.

I am wiling to write a PR for this; however there are a couple of items of discussions we have to go over first.

  • This will bump this crate's MSRV to v1.63. Is this acceptable?
  • It will also add a couple of (mostly inconsequential) dependencies. Is this acceptable?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions