12 stable releases
2.2.0 | Nov 28, 2023 |
---|---|
2.0.1 | Jul 1, 2023 |
1.2.1 | Sep 30, 2022 |
1.0.0 | Jun 25, 2022 |
0.7.0 | Jun 22, 2022 |
#127 in Embedded development
30,441 downloads per month
Used in 15 crates
(4 directly)
28KB
448 lines
uguid
no_std
library providing a GUID (Globally Unique Identifier) 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.68.
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
~195KB