rust/library/std
Ayush Singh b725981fe2
std: sys: fs: uefi: Implement rename
- Using the file_name field in `EFI_FILE_INFO` works for renaming, even
  when changing directories.
- Does not work for cross-device rename, but that is already expected
  behaviour according to the docs:

  "This will not work if the new name is on a different mount point."

- Also add some helper code for dealing with UefiBox<file::Info>.
- Tested using OVMF in qemu.

Signed-off-by: Ayush Singh <ayush@beagleboard.org>
2026-01-01 11:53:10 +05:30
..
benches benchmark path.components() iteration 2025-10-25 14:46:58 +02:00
src std: sys: fs: uefi: Implement rename 2026-01-01 11:53:10 +05:30
tests stabilize lazy_get 2025-12-15 18:57:33 +08:00
build.rs Update to new API, allowing to remove check_doc_cfg.rs file from librustdoc 2025-12-10 12:28:08 +01:00
Cargo.toml std: switch to moto-rt v0.16.0 2025-12-19 15:48:47 -08:00