bootloader_api 0.11.13

Makes a kernel compatible with the bootloader crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "bootloader_api"
license.workspace = true
version.workspace = true
repository.workspace = true
edition = "2021"
description = "Makes a kernel compatible with the bootloader crate"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[dev-dependencies]
rand = "0.8.4"