#partition-table #gpt #disk #partition #uefi #no-std

no-std gpt_disk_types

GPT (GUID Partition Table) disk data types no_std library

11 breaking releases

0.16.0 Nov 29, 2023
0.15.0 Apr 23, 2023
0.14.0 Aug 27, 2022
0.12.0 Jun 25, 2022

#176 in Data structures

Download history 225/week @ 2023-12-15 102/week @ 2023-12-22 121/week @ 2023-12-29 259/week @ 2024-01-05 186/week @ 2024-01-12 256/week @ 2024-01-19 145/week @ 2024-01-26 139/week @ 2024-02-02 182/week @ 2024-02-09 178/week @ 2024-02-16 265/week @ 2024-02-23 213/week @ 2024-03-01 254/week @ 2024-03-08 324/week @ 2024-03-15 271/week @ 2024-03-22 238/week @ 2024-03-29

1,121 downloads per month
Used in gpt_disk_io

MIT/Apache

96KB
1.5K SLoC

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: Provides std::error::Error implementations for all of the error types.

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

~135–285KB