rust/library/std/src/sys
Ayush Singh 6713ae9d42
Implement args for UEFI
- Uses `EFI_LOADED_IMAGE_PROTOCOL`
- verify that cli args are valid UTF-16
- Update Docs

Signed-off-by: Ayush Singh <ayushdevel1325@gmail.com>
2023-10-15 18:45:13 +05:30
..
common Add Minimal Std implementation for UEFI 2023-09-22 17:23:30 +05:30
hermit Rollup merge of #115489 - saethlin:is-interrupted, r=thomcc 2023-09-03 21:38:43 +02:00
itron Add a new helper to avoid calling io::Error::kind 2023-08-25 21:26:06 -04:00
personality add a csky-unknown-linux-gnuabiv2 target 2023-08-14 23:02:36 +08:00
sgx Add a new helper to avoid calling io::Error::kind 2023-08-25 21:26:06 -04:00
solid kmc-solid: Refactor is_interrupted to avoid integer overflow 2023-09-01 11:55:48 +09:00
uefi Implement args for UEFI 2023-10-15 18:45:13 +05:30
unix Auto merge of #98704 - vthib:impl-from-raw-for-childstd-structs, r=dtolnay 2023-09-28 09:59:03 +00:00
unsupported Auto merge of #114590 - ijackson:stdio-stdio-2, r=dtolnay 2023-09-09 19:56:51 +00:00
wasi Add a new helper to avoid calling io::Error::kind 2023-08-25 21:26:06 -04:00
wasm std: replace generic thread parker with explicit no-op parker 2023-02-16 15:06:45 +01:00
windows Auto merge of #114882 - ChrisDenton:riddle-me, r=dtolnay 2023-09-28 13:35:36 +00:00
xous std: xous: add support for locks 2023-08-22 20:25:38 +08:00
mod.rs Use RawOsError for UEFI 2023-09-22 17:23:33 +05:30