no_std
library providing a GUID (Globally Unique Identifier) type, as
used in GPT disks, UEFI, and Microsoft Windows.
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.
The current MSRV is 1.68.
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
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.