commit | 15dcd31d8cd103e2a1fc9ce7bff1fde063b70ecc | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Tue Dec 03 20:38:30 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Dec 03 20:38:30 2024 +0000 |
tree | 6cb3c75f1671261c8fdb7a619e326d92222f8f98 | |
parent | 7768ba69dd5c8be613f2bc1998845f3580702288 [diff] | |
parent | d35610d5ce1797dd6049f78fed3cdc1b27771786 [diff] |
Migrate 9 newly imported crates to monorepo am: b983aa2655 am: d35610d5ce Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/uguid/+/3390001 Change-Id: I8ac5351e9d118f9cc05ee391f09babf23270df38 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.