Bug: 375625529

Clone this repo:
  1. d35610d Migrate 9 newly imported crates to monorepo am: b983aa2655 by James Farrell · 5 months ago main aml_ads_351420000 aml_ase_351412000 aml_con_351412000 aml_ext_351423040 aml_hef_351420080 aml_mpr_351416060 aml_odp_351421000 aml_sdk_351415000 aml_sta_351416000 aml_tet_351415080 aml_tz6_351400020
  2. b983aa2 Migrate 9 newly imported crates to monorepo by James Farrell · 5 months ago
  3. 30d0bce Fix LICENSE file. am: 352e3b4993 by James Farrell · 5 months ago
  4. 352e3b4 Fix LICENSE file. by James Farrell · 5 months ago
  5. 48645d6 uguid: Add no_std variant am: ceb468d266 by Nikolina Ilic · 5 months ago

uguid

Crates.io Docs.rs

no_std library providing a GUID (Globally Unique Identifier) type, as used in GPT disks, UEFI, and Microsoft Windows.

Features

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.

Minimum Supported Rust Version (MSRV)

The current MSRV is 1.68.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Disclaimer

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.