nushell/crates/nu-command
Ian Manske 251599c507
Use safe nix API instead of libc (#12315)
# Description
Where possible, this PR replaces usages of raw `libc` bindings to
instead use safe interfaces from the `nix` crate. Where not possible,
the `libc` version reexported through `nix` was used instead of having a
separate `libc` dependency.
2024-03-30 14:49:54 +01:00
..
src Use safe nix API instead of libc (#12315) 2024-03-30 14:49:54 +01:00
tests detect columns: intruduce a --guess flag, remove --legacy (#12333) 2024-03-29 19:59:57 -05:00
Cargo.toml Use safe nix API instead of libc (#12315) 2024-03-30 14:49:54 +01:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00