gpt_disk_types
no_std library providing GPT (GUID Partition Table) data
structures. The types are designed to ensure correct endianness
regardless of host platform, and can be used even with corrupted input
data.
See also the gpt_disk_io package.
Features
No features are enabled by default.
bytemuck: Implements bytemuck'sPodandZeroabletraits for many of the types in this crate. Also enables some methods that rely on byte access.std: Providesstd::error::Errorimplementations for all of the error types.
Minimum Supported Rust Version (MSRV)
The current MSRV is 1.60.0 due to the use of the Cargo dep:
feature. Feel free to file an issue or create a PR if you have a use
case that requires an older version.
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.