multiboot2-header 0.0.0

Library with type definitions and parsing functions for Multiboot2 headers. This library is `no_std` and can be used in bootloaders.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Philipp Schuster <phip1611@gmail.com>"]
categories = ["parsing"]
description = "Library with type definitions and parsing functions for Multiboot2 headers.\nThis library is `no_std` and can be used in bootloaders.\n"
documentation = "https://docs.rs/multiboot2-header"
edition = "2018"
homepage = "https://github.com/rust-osdev/multiboot2-header"
keywords = ["Multiboot2", "kernel", "boot", "bootloader"]
license = "MIT/Apache-2.0"
name = "multiboot2-header"
readme = "README.md"
repository = "https://github.com/rust-osdev/multiboot2"
version = "0.0.0"