bootspec

Crates.iobootspec
lib.rsbootspec
version1.0.0
sourcesrc
created_at2023-04-13 14:11:05.597844
updated_at2023-05-20 17:33:58.642343
descriptionAn implementation of NixOS RFC 125's bootspec datatype
homepage
repositoryhttps://github.com/DeterminateSystems/bootspec
max_upload_size
id838331
size42,041
Cole Helbling (cole-h)

documentation

https://docs.rs/bootspec/latest/bootspec

README

bootspec

This crate provides various structures and constants useful for interacting with the NixOS boot specification.

See: https://github.com/NixOS/rfcs/pull/125.

The BootJson struct implements the serde::Deserialize and serde::Serialize traits, making it easy to work with existing bootspec documents as well as creating new ones.

Commit count: 104

cargo fmt