common: extract more code into separate crate

This extracts the remaining code from `src/common.rs` which does not
depend on other parts of the main library crate. No functional changes.

Closes #12310
This commit is contained in:
Daniel Rainer
2025-12-18 02:35:03 +01:00
committed by Johannes Altmanninger
parent 4762d6a0a7
commit 116bcdac28
15 changed files with 669 additions and 650 deletions

View File

@@ -34,6 +34,7 @@
prelude::*,
wutil::{Error as wcstodError, wcstod::wcstod_underscores},
};
use fish_common::assert_sorted_by_name;
#[derive(Clone, Copy)]
enum Function {