Crates.io | gpt_disk_io |
lib.rs | gpt_disk_io |
version | 0.16.0 |
source | src |
created_at | 2022-06-06 16:14:14.601518 |
updated_at | 2023-11-29 15:54:26.497405 |
description | GPT (GUID Partition Table) disk IO no_std library |
homepage | |
repository | https://github.com/google/gpt-disk-rs |
max_upload_size | |
id | 600805 |
size | 94,183 |
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.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.