Registry / config / bootloader-boot-config

bootloader-boot-config

JSON →
library0.11.15rscratesunverified

Runtime configurations saved in a JSON file for the bootloader crate.

# Cargo.toml [dependencies] bootloader-boot-config = "0.11.15"
INSTALL
IMPORT
SIG · BOOTLOADER-BOOT-CO
B
bootloader-boot-config
configrustv0.11.15
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BootConfig
use bootloader_boot_config::BootConfig;

Create a default boot configuration.

use bootloader_boot_config::BootConfig; fn main() { let config = BootConfig::default(); println!("{:?}", config); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.15latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
44 hits · last 30 days
node
38
OpenAI (training)
1
Resources
bootloader-boot-config — cargo add bootloader-boot-config · libregistry