commit | 352e3b4993dc18a81aa38ae3cbd92b4d36da8fdd | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Mon Dec 02 18:13:04 2024 +0000 |
committer | James Farrell <[email protected]> | Mon Dec 02 18:13:04 2024 +0000 |
tree | 157d90626e2ec942548f5da7297c307732c16e3c | |
parent | ceb468d266d07df9bc9ec8c6d1aff99b4122ffde [diff] |
Fix LICENSE file. It should be a symlink to LICENSE-APACHE, because the license we use. Bug: http://b/339424309 Test: treehugger Change-Id: Ieb467373a12265f99e5f5a1bd0fe522e3d7f24a3
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.