uguid

Crates.iouguid
lib.rsuguid
version2.2.0
sourcesrc
created_at2022-06-14 23:17:21.494581
updated_at2023-11-28 01:11:54.762688
descriptionGUID (Globally Unique Identifier) no_std library
homepage
repositoryhttps://github.com/google/gpt-disk-rs
max_upload_size
id606134
size59,776
Ted Brandston (tedbrandston)

documentation

README

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.

Commit count: 292

cargo fmt