Files
rust/src
Matthias Krüger 835edc1397 Rollup merge of #116341 - Ayush1325:uefi-args, r=Mark-Simulacrum
Implement sys::args for UEFI

- Uses `EFI_LOADED_IMAGE_PROTOCOL`, which is implemented for all loaded images.

Tested on qemu with OVMF

cc ``@nicholasbishop``
cc ``@dvdhrm``
2023-10-15 21:29:07 +02:00
..
2023-10-15 09:06:10 +03:00
2023-10-09 21:46:14 +02:00
2023-10-15 09:05:55 +03:00
2023-09-28 13:41:02 +02:00
2023-10-08 19:57:43 -04:00
2023-09-30 19:09:22 -04:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.