mirror of
https://github.com/edera-dev/sprout.git
synced 2026-06-22 07:00:50 +00:00
Split out parsing stuff as well, and test it
This commit is contained in:
@@ -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