rust-ctrlc icon indicating copy to clipboard operation
rust-ctrlc copied to clipboard

Switch to rustix?

Open SUPERCILEX opened this issue 1 year ago • 1 comments

https://github.com/bytecodealliance/rustix is probably the future of safe libc in rust, so it'd be nice to have this crate use it instead of nix so consuming crates end up with fewer dependencies. For example rustix is indirectly used in clap through terminal_size.

SUPERCILEX avatar Jan 11 '24 20:01 SUPERCILEX

Could be done in a new major version.

Detegr avatar Mar 09 '24 22:03 Detegr