multiboot2 0.14.0

Library that helps you to parse the multiboot information structure (mbi) from Multiboot2-compliant bootloaders, like GRUB. It supports all tags from the specification including full support for the sections of ELF-64. This library is `no_std` and can be used in a Multiboot2-kernel.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.bitflags]
version = "1"

[package]
authors = ["Philipp Oppermann <dev@phil-opp.com>", "Calvin Lee <cyrus296@gmail.com>", "Isaac Woods", "Philipp Schuster <phip1611@gmail.com>"]
categories = ["no-std", "parsing"]
description = "Library that helps you to parse the multiboot information structure (mbi) from\nMultiboot2-compliant bootloaders, like GRUB. It supports all tags from the specification\nincluding full support for the sections of ELF-64. This library is `no_std` and can be\nused in a Multiboot2-kernel.\n"
documentation = "https://docs.rs/multiboot2"
edition = "2018"
homepage = "https://github.com/rust-osdev/multiboot2"
keywords = ["Multiboot2", "kernel", "boot"]
license = "MIT/Apache-2.0"
name = "multiboot2"
readme = "README.md"
repository = "https://github.com/rust-osdev/multiboot2"
version = "0.14.0"