gpt_disk_io
no_std
library for reading and writing [GPT] (GUID Partition Table)
disk data structures through a block IO interface.
See also the [gpt_disk_types
] package.
std
: Enables the StdBlockIo
type, as well as std::error::Error
implementations for all of the error types. Off by default.The current MSRV is 1.60.0 since that's the minimum for uguid
and
gpt_disk_types
. Feel free to file an issue or create a PR if you have
a use case that requires an older version.
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.