multiboot2-header 0.1.0

Library with type definitions and parsing functions for Multiboot2 headers. This library is `no_std` and can be used in bootloaders.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"

[[package]]
name = "multiboot2"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "004ef1d859a3efbd94f332855b0c4e3fbd7d5eb4828c99198b58086208005865"
dependencies = [
 "bitflags",
]

[[package]]
name = "multiboot2-header"
version = "0.1.0"
dependencies = [
 "multiboot2",
]