12 stable releases

2.2.0 Nov 28, 2023
2.0.1 Jul 1, 2023
1.2.1 Sep 30, 2022
1.0.0 Jun 25, 2022
0.7.0 Jun 22, 2022

#56 in Embedded development

Download history 423/week @ 2024-01-01 486/week @ 2024-01-08 1430/week @ 2024-01-15 2079/week @ 2024-01-22 1979/week @ 2024-01-29 2308/week @ 2024-02-05 2982/week @ 2024-02-12 2857/week @ 2024-02-19 2808/week @ 2024-02-26 3375/week @ 2024-03-04 3630/week @ 2024-03-11 3624/week @ 2024-03-18 3343/week @ 2024-03-25 3283/week @ 2024-04-01 2636/week @ 2024-04-08 4125/week @ 2024-04-15

13,605 downloads per month
Used in 10 crates (3 directly)

MIT/Apache

28KB
448 lines

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.

Dependencies

~215KB