You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: