multiboot2-header 0.4.0

Library with type definitions and parsing functions for Multiboot2 headers. This library is `no_std` and can be used in bootloaders.
Documentation
[[example]]
name = "minimal"
required-features = ["builder"]
[dependencies.derive_more]
default-features = false
features = ["display"]
version = "~0.99"

[dependencies.multiboot2]
default-features = false
version = "0.20.0"

[features]
alloc = []
builder = ["alloc"]
default = ["builder"]
unstable = []

[package]
authors = ["Philipp Schuster <phip1611@gmail.com>"]
categories = ["no-std", "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 = "2021"
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"
rust-version = "1.70"
version = "0.4.0"
[package.metadata.docs.rs]
all-features = true