bootspec 2.0.0

An implementation of NixOS RFC 125's bootspec datatype
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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]https://github.com/NixOS/rfcs/pull/125.