about summary refs log tree commit diff
path: root/library/std/src/sys/pal/uefi/fs.rs
AgeCommit message (Collapse)AuthorLines
2025-03-08Move fs into sysThalia Archibald-348/+0
2025-02-17Use tell for <File as Seek>::stream_positionThalia Archibald-0/+4
2025-01-10Initial fs module for uefiAyush Singh-0/+344
- Just a copy of unsupported fs right now to reduce the noise from future PRs to allow for easier review. - For the full working version of fs on uefi, see [0] [0]: https://github.com/Ayush1325/rust/tree/uefi-file-full Signed-off-by: Ayush Singh <ayush@beagleboard.org>