gpt_disk_types

Crates.iogpt_disk_types
lib.rsgpt_disk_types
version0.16.1
created_at2022-06-06 16:13:06.659265+00
updated_at2025-04-01 18:26:50.300862+00
descriptionGPT (GUID Partition Table) disk data types no_std library
homepage
repositoryhttps://github.com/google/gpt-disk-rs
max_upload_size
id600804
size84,424
Ted Brandston (tedbrandston)

documentation

README

gpt_disk_types

Crates.io Docs.rs

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's Pod and Zeroable traits for many of the types in this crate. Also enables some methods that rely on byte access.
  • std: Currently has no effect.

Minimum Supported Rust Version (MSRV)

The current MSRV is 1.81.

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: 381

cargo fmt