Crates.io | gpt_disk_types |
lib.rs | gpt_disk_types |
version | 0.16.0 |
source | src |
created_at | 2022-06-06 16:13:06.659265 |
updated_at | 2023-11-29 15:54:17.848492 |
description | GPT (GUID Partition Table) disk data types no_std library |
homepage | |
repository | https://github.com/google/gpt-disk-rs |
max_upload_size | |
id | 600804 |
size | 82,593 |
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.
No features are enabled by default.
bytemuck
: Implements bytemuck's Pod
and Zeroable
traits for many
of the types in this crate. Also enables some methods that rely on
byte access.std
: Provides std::error::Error
implementations for all of the
error types.The current MSRV is 1.68.
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
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.