bootspec

Crates.iobootspec
lib.rsbootspec
version2.0.0
created_at2023-04-13 14:11:05.597844+00
updated_at2025-10-13 18:16:32.468255+00
descriptionAn implementation of NixOS RFC 125's bootspec datatype
homepage
repositoryhttps://github.com/DeterminateSystems/bootspec
max_upload_size
id838331
size51,473
Graham Christensen (grahamc)

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.

Versioning

  • bootspec crate versions 1.x and 2.x are compatible with bootspec V1.
Commit count: 148

cargo fmt