mbn 0.3.2

MBN format parse library
Documentation
1
2
3
4
5
6
7
8
9
10
11
# mbn

Library for parsing MBN format.

Basically, it's a Rust rewrite of the relevant parts of [libopenpst](https://github.com/openpst/libopenpst).

MBN format information comes from [coreboot](https://www.coreboot.org/).

Check out [the documentation page](https://docs.rs/mbn) for details.

Here is a [CLI tool](https://github.com/NichtsHsu/mbn-rs) available, and, it is also the best example of this library.