nushell/crates/nu-system
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
..
examples Reduce again the number of match calls (#7815) 2023-01-24 12:23:42 +01:00
src Use safe nix API instead of libc (#12315) 2024-03-30 14:49:54 +01:00
.gitignore Add nu-system and rewrite ps command (#734) 2022-01-14 17:20:53 +11:00
Cargo.toml Move more dependencies to workspace level (#12270) 2024-03-23 18:46:02 -05:00
LICENSE Nu glob (#4818) 2022-03-13 11:30:27 -07:00