mirror of
https://github.com/edera-dev/sprout.git
synced 2026-05-07 18:00:17 +00:00
Split out parsing stuff as well, and test it
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# This crate explicitly does not have uefi/uefi-raw dependencies,
|
||||
# so that the contents can be unit-testable on non-UEFI target hosts.
|
||||
# Do not add uefi or uefi-raw as dependencies.
|
||||
[package]
|
||||
name = "edera-sprout-bls"
|
||||
description = "Sprout BLS Utilities"
|
||||
description = "Sprout BLS Utilities (UEFI-free)"
|
||||
license.workspace = true
|
||||
version.workspace = true
|
||||
homepage.workspace = true
|
||||
|
||||
@@ -213,11 +213,6 @@ pub fn sort_bls(a_bls: &BlsEntry, a_name: &str, b_bls: &BlsEntry, b_name: &str)
|
||||
}
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// BLS version comparison
|
||||
// Reference: https://uapi-group.org/specifications/specs/version_format_specification/
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
/// Handles single character advancement and comparison.
|
||||
macro_rules! handle_single_char {
|
||||
($ca: expr, $cb:expr, $a_chars:expr, $b_chars:expr, $c:expr) => {
|
||||
|
||||
Reference in New Issue
Block a user