We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d077cc6 commit bb4b575Copy full SHA for bb4b575
uefi/src/mem/mod.rs
@@ -0,0 +1,8 @@
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;
6
7
8
+pub(crate) use util::*;
uefi/src/mem.rs renamed to uefi/src/mem/util.rs
0 commit comments