12 releases (stable)
2.0.0 | Apr 23, 2023 |
---|---|
1.2.1 | Sep 30, 2022 |
1.0.4 | Aug 27, 2022 |
1.0.0 | Jun 25, 2022 |
0.5.0 | Jun 14, 2022 |
#291 in Embedded development
1,232 downloads per month
Used in 5 crates
(3 directly)
24KB
420 lines
uguid
no_std
library providing a GUID (Globally Unique Identifer) type, as
used in GPT disks, UEFI, and Microsoft Windows.
Features
No features are enabled by default.
bytemuck
: Implements bytemuck'sPod
andZeroable
traits forGuid
.serde
: Implements serde'sSerialize
andDeserialize
traits forGuid
.std
: Providesstd::error::Error
implementation for the error type.
Minimum Supported Rust Version (MSRV)
The current MSRV is 1.60.0 due to the use of the Cargo dep:
feature. Feel free to file an issue or create a PR if you have a use
case that requires an older version.
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Disclaimer
This project is not an official Google project. It is not supported by Google and Google specifically disclaims all warranties as to its quality, merchantability, or fitness for a particular purpose.
Dependencies
~225KB