commit | 13985274a29f93083249b17687c25e45064caba5 | [log] [tgz] |
---|---|---|
author | Nikolina Ilic <nikolinailic@google.com> | Mon Nov 11 14:23:01 2024 +0000 |
committer | Nikolina Ilic <nikolinailic@google.com> | Tue Nov 12 11:51:18 2024 +0000 |
tree | 50604f715420d4771b3226801c21d1401bad66fa | |
parent | 11c4d1d430bfc62adec301652415151e4d328077 [diff] |
Third-Party Import of: https://crates.io/crates/uguid Request Document: go/android3p For CL Reviewers: go/android3p#reviewing-a-cl For Build Team: go/ab-third-party-imports Generated through these steps (in ~src/android/aosp-main-future-without-vendor repo): 1. python3 development/scripts/get_rust_pkg.py -add3prf -v -o /tmp uguid-2.2.0 2. cp -r /tmp/uguid-2.2.0/* external/rust/crates/uguid Test: - Bug: 375625529 Original import of the code can be found at: https://googleplex-android.googlesource.com/platform/external/rust/crates/uguid/+/refs/heads/third-party-review. Security Questionnaire: http://b/375625529#comment1 Change-Id: Idae92aefe32b9b88db2a8e696a0f181fea02aae0
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.