commit | 73c3cb4b0ba2545e49441615375cb90e16b5655a | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Wed Dec 04 00:13:02 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Wed Dec 04 00:13:02 2024 +0000 |
tree | 6cb3c75f1671261c8fdb7a619e326d92222f8f98 | |
parent | 613a61bc6dc25fc7162939f08c9dc4b396058be7 [diff] | |
parent | 15dcd31d8cd103e2a1fc9ce7bff1fde063b70ecc [diff] |
Snap for 12742097 from 15dcd31d8cd103e2a1fc9ce7bff1fde063b70ecc to 25Q1-release Change-Id: I3c632f1073211f6fca6e3e232d96dab389f6be96
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.