Skip to content

Commit 33cffb6

Browse files
uefi-raw: Add uguid for Guid struct and guid! macro
1 parent 1ab4840 commit 33cffb6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uefi-raw/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ rust-version = "1.68"
1515
bitflags = "1.3.1"
1616
ptr_meta = { version = "0.2.0", default-features = false }
1717
uefi-macros = "0.11.0"
18+
uguid = "2.0.0"
1819

1920
[package.metadata.docs.rs]
2021
rustdoc-args = ["--cfg", "docsrs"]

uefi-raw/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ mod enums;
2020
mod status;
2121

2222
pub use status::Status;
23+
pub use uguid::{guid, Guid};

0 commit comments

Comments
 (0)