boot-loader-spec 0.1.4

Parses and manipulates Boot Loader Spec entries
Documentation
  • Coverage
  • 31.91%
    15 out of 47 items documented0 out of 9 items with examples
  • Size
  • Source code size: 18.54 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.84 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • aruiz/rust-bls
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • aruiz

Implements systemd's Boot Loader Specification

This API can parse and modify a Boot Loader Spec entry file. It supports the Fedora/GRUB specific commands.

This library can be used in a no_std environment that supports dynamic memory allocation by disabling the "std" feature using --no-default-features.

NOTE: At the moment, if you parse a BLSEntry with full-line comments and write it back, all comment lines will be consolidated in the header.