commit | 613a61bc6dc25fc7162939f08c9dc4b396058be7 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue Dec 03 00:12:23 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue Dec 03 00:12:23 2024 +0000 |
tree | 157d90626e2ec942548f5da7297c307732c16e3c | |
parent | 4a8a1ae3aefa8d0e602306e0620404c818b5bf4f [diff] | |
parent | 7768ba69dd5c8be613f2bc1998845f3580702288 [diff] |
Snap for 12735943 from 7768ba69dd5c8be613f2bc1998845f3580702288 to 25Q1-release Change-Id: If2df5f31f6812bbc0bce74cb8aeadc49875c10e7
uguid
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's Pod
and Zeroable
traits for Guid
.serde
: Implements serde's Serialize
and Deserialize
traits for Guid
.std
: Provides std::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.