Files
rust/library/std/src
Matthias Krüger b157594165 Rollup merge of #138662 - Ayush1325:uefi-fs-1, r=nicholasbishop,petrochenkov
Implement some basics in UEFI fs

- Just getting some basics out of the way while waiting for #138236 to be merged.
- Adds `fs::canonicalize`. Should be same as absolute in case of UEFI since there is no symlink support and absolute path is guaranteed to be uniqe according to spec.
- Make `fs::lstat` same as `fs::stat`. Should be same since UEFI does not have symlink support.
- Implement `OptionOptions`.

cc ````@nicholasbishop```` ````@dvdhrm````
2025-03-24 20:40:06 +01:00
..
2023-12-10 10:56:22 +08:00
2025-03-18 16:46:56 +00:00
2024-11-02 11:27:14 +01:00
2025-02-13 13:10:28 -08:00
2025-03-08 16:22:37 -08:00
2025-01-11 06:35:21 +02:00
2025-03-11 09:46:34 -07:00
2025-02-25 09:08:22 +05:30
2024-04-08 11:57:17 +00:00
2025-03-13 20:09:07 +00:00
2025-03-10 21:23:32 +08:00
2025-02-07 16:54:07 +01:00