commit | 7768ba69dd5c8be613f2bc1998845f3580702288 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Mon Dec 02 20:34:25 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Mon Dec 02 20:34:25 2024 +0000 |
tree | 157d90626e2ec942548f5da7297c307732c16e3c | |
parent | 55d09e33584f623032c06dbf45a7d083997246a4 [diff] | |
parent | 30d0bced408d81adf6de18b6be4476acd41a5e7b [diff] |
Fix LICENSE file. am: 352e3b4993 am: 30d0bced40 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/uguid/+/3387720 Change-Id: I7698c5c97ae059f38fb17aa0b48cf3d1b10d47f2 Signed-off-by: Automerger Merge Worker <[email protected]>
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.