We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134b89c commit a556d22Copy full SHA for a556d22
README.md
@@ -13,10 +13,13 @@ This crates makes it easy to write UEFI applications in Rust.
13
The objective is to provide **safe** and **performant** wrappers for UEFI interfaces,
14
and allow developers to write idiomatic Rust code.
15
16
+Check out @gilomendes [blog post on getting started with UEFI in Rust][gm-blog].
17
+
18
**Note**: due to some issues with the Rust compiler, this crate currently works
19
and has been tested _only_ with **64-bit** UEFI.
20
21
[UEFI]: https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface
22
+[gm-blog]: https://medium.com/@gil0mendes/an-efi-app-a-bit-rusty-82c36b745f49
23
24

25
0 commit comments