about summary refs log tree commit diff
path: root/library/std/src/sys/uefi/args.rs
AgeCommit message (Collapse)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-158/+0
2023-10-15Implement args for UEFIAyush Singh-0/+158
- Uses `EFI_LOADED_IMAGE_PROTOCOL` - verify that cli args are valid UTF-16 - Update Docs Signed-off-by: Ayush Singh <ayushdevel1325@gmail.com>