gpt-parser 0.0.5

GUID Partition Table (GPT) read-only parser. Endian aware and usable against no_std+alloc.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# GPT endian aware and read-only partition parser

I wrote this GPT parser to be able to read GPT partitions on a ```no_std``` environment on both big and little endian machines with a minimum footprint.

## Author

Alberto Ruiz

## LICENSE

MIT