# multiboot2-header ![Build](https://github.com/rust-osdev/multiboot2/actions/workflows/rust.yml/badge.svg) [![crates.io](https://img.shields.io/crates/v/multiboot2-header.svg)](https://crates.io/crates/multiboot2-header) [![docs](https://docs.rs/multiboot2-header/badge.svg)](https://docs.rs/multiboot2-header/) Rust library with type definitions and parsing functions for Multiboot2 headers. This library is `no_std` and can be used in bootloaders. ## License & Contribution See main [README](../README.md) file.