Add the "nix" Rust crate (#6472)

This PR fixes #6212 and infra PR is here:
https://github.com/compiler-explorer/infra/pull/1299

It adds the nix crate that will be useful when users need to access more
user friendly *nix APIs.
Thanks!
This commit is contained in:
Nazım Can Altınova
2024-05-14 03:30:31 +02:00
committed by GitHub
parent 476fac25dd
commit d8371ca866
2 changed files with 8 additions and 1 deletions

View File

@@ -147,3 +147,4 @@ From oldest to newest contributor, we would like to thank:
- [Khyber Sen](https://github.com/kkysen)
- [Matthew Guidry](https://github.com/mguid65)
- [Adam Thibert](https://github.com/adamaq01)
- [Nazım Can Altınova](https://github.com/canova)