Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.05 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.05 KB

gpt_disk_io

Crates.io Docs.rs

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.

Features

No features are enabled by default.

  • alloc: Enables Vec implementation of BlockIoAdapter.
  • std: Enables std::io implementations of BlockIoAdapter.

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.