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
2 files changed
tree: 6cb3c75f1671261c8fdb7a619e326d92222f8f98
  1. examples/
  2. src/
  3. tests/
  4. Android.bp
  5. Cargo.toml
  6. Cargo.toml.orig
  7. CHANGELOG.md
  8. LICENSE-APACHE
  9. LICENSE-MIT
  10. METADATA
  11. MODULE_LICENSE_APACHE2
  12. OWNERS
  13. README.md
README.md

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.