commit | b983aa2655ca637bd057191c4bdb647fd8d12025 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Tue Dec 03 17:10:27 2024 +0000 |
committer | James Farrell <[email protected]> | Tue Dec 03 17:10:27 2024 +0000 |
tree | 6cb3c75f1671261c8fdb7a619e326d92222f8f98 | |
parent | 352e3b4993dc18a81aa38ae3cbd92b4d36da8fdd [diff] |
Migrate 9 newly imported crates to monorepo libusb1-sys ptr_meta ptr_meta_derive rusb ucs2 uefi uefi-macros uefi-raw uguid Bug: http://b/339424309 Test: treehugger Change-Id: I023dd3abe65496d04bffc590f6f342ed5ca9e91d
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.