14 releases (breaking)

new 0.16.2 Apr 1, 2025
0.16.1 Feb 26, 2025
0.16.0 Nov 29, 2023
0.15.0 Apr 23, 2023
0.12.0 Jun 25, 2022

#898 in Embedded development

Download history 446/week @ 2024-12-16 388/week @ 2024-12-23 304/week @ 2024-12-30 369/week @ 2025-01-06 385/week @ 2025-01-13 363/week @ 2025-01-20 377/week @ 2025-01-27 558/week @ 2025-02-03 456/week @ 2025-02-10 410/week @ 2025-02-17 648/week @ 2025-02-24 386/week @ 2025-03-03 341/week @ 2025-03-10 378/week @ 2025-03-17 495/week @ 2025-03-24 568/week @ 2025-03-31

1,825 downloads per month

MIT/Apache

110KB
2K SLoC

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.

Dependencies

~0.5–1MB
~21K SLoC