File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 117
117
//! Contributions in form of a PR are also highly welcome. Check our
118
118
//! [contributing guide][contributing] for details.
119
119
//!
120
+ //! # Comparison to other Projects in the Ecosystem
121
+ //!
122
+ //! ## Rust `std` implementation
123
+ //!
124
+ //! There is an ongoing effort for a `std` [implementation of the Rust standard
125
+ //! library](https://doc.rust-lang.org/nightly/rustc/platform-support/unknown-uefi.html),
126
+ //! that is yet far from being mature. As of Mid-2024, we recommend to use our
127
+ //! `uefi` library in a `no_std` binary to create EFI images.
128
+ //!
129
+ //! We will closely monitor the situation and update the documentation
130
+ //! accordingly, once the `std` implementation is more mature.
131
+ //!
132
+ //! ## `r-efi`
133
+ //!
134
+ //! Raw UEFI bindings without high-level convenience similar to our `uefi-raw`
135
+ //! crate, which is part of this project, but more feature-complete. It
136
+ //! targets a lower-level than our `uefi` crate does.
137
+ //!
120
138
//! # MSRV
121
139
//! <!-- Keep in Sync with README! -->
122
140
//!
You can’t perform that action at this time.
0 commit comments