| Crates.io | bootspec |
| lib.rs | bootspec |
| version | 1.1.0 |
| created_at | 2023-04-13 14:11:05.597844+00 |
| updated_at | 2025-08-26 19:39:26.589576+00 |
| description | An implementation of NixOS RFC 125's bootspec datatype |
| homepage | |
| repository | https://github.com/DeterminateSystems/bootspec |
| max_upload_size | |
| id | 838331 |
| size | 49,774 |
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.