We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da5b55 commit 176e608Copy full SHA for 176e608
uefi/src/mem/mod.rs
@@ -0,0 +1,5 @@
1
+//! Types, functions, traits, and other helpers to work with memory in UEFI
2
+//! libraries and applications.
3
+
4
+#[cfg(feature = "alloc")]
5
+pub(crate) mod util;
uefi/src/mem.rs renamed to uefi/src/mem/util.rs
0 commit comments