| commit | a7cfb1a7801fde1f72f5f3a0567f930fd05044a5 | [log] [tgz] |
|---|---|---|
| author | James Farrell <[email protected]> | Tue Dec 03 20:15:31 2024 +0000 |
| committer | Automerger Merge Worker <[email protected]> | Tue Dec 03 20:15:31 2024 +0000 |
| tree | f8ff2052286f087eb133f157f29047f73c1d6ff2 | |
| parent | 423399dffb21cebfb8ea07e63b387110b000235f [diff] | |
| parent | 6e2762dbe69ae25ed5b9462f96261e3db15d2e68 [diff] |
Migrate 9 newly imported crates to monorepo am: 6e2762dbe6 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/uefi/+/3387495 Change-Id: Id30bcd6c8da4f72e0bb7b424870baea5a66b667d Signed-off-by: Automerger Merge Worker <[email protected]>
uefiRusty wrapper for the Unified Extensible Firmware Interface.
This crate makes it easy to develop Rust software that leverages safe, convenient, and performant abstractions for UEFI functionality.
uefi supports writing code for both pre- and post-exit boot services epochs, but its true strength shines when you create UEFI images that heavily interact with UEFI boot services. Still, you have the flexibility to just integrate selected types and abstractions into your project, for example to parse the UEFI memory map.
Note that for producing UEFI images, you also need to use a corresponding uefi compiler target of Rust, such as x86_64-unknown-uefi.
Please refer to docs.rs for comprehensive documentation of the latest stable release. The latest not necessarily yet published documentation can be found in src/lib.rs, which can also be locally viewed by running $ cargo xtask doc --open.
For an introduction to the uefi-rs project and this repository, please refer to our main README.