ruvector/crates/ruvector-solver/src
ruvnet 96d8fdc172 chore(workspace): cargo fmt — mechanical whitespace fix across 427 files
Pre-existing rustfmt drift across the workspace was blocking CI's
`Rustfmt` check on PR #373 + PR #377. Running plain `cargo fmt`
reformats 427 files; no semantic changes, no logic changes, no
behavior changes — just what rustfmt already wanted.

None of the touched files are in ruvector-rabitq, ruvector-rulake,
or the new mirror-rulake workflow — those were already fmt-clean
per the per-crate checks on commits 5a4b0d782, 5f32fd450, f5003bc7b.
Drift is in cognitum-gate-kernel, mcp-brain, nervous-system,
prime-radiant, ruqu-core, ruvector-attention, ruvector-mincut,
ruvix/* and sub-crates, plus several examples.

Verified post-fmt:
  cargo check -p ruvector-rabitq -p ruvector-rulake            → clean
  cargo clippy -p ... -p ... --all-targets -- -D warnings      → clean
  cargo test   -p ... -p ... --release                         → 82/82 pass

Intentionally does NOT touch clippy drift — many more warnings
(missing docs, precision-loss casts, too-many-args, unsafe-safety-
docs) spread across unrelated crates, each category a cross-cutting
design decision that deserves its own review.

With this commit Rustfmt CI goes green on PR #373 and PR #377.
Clippy will still fail — that's honest pre-existing state for a
separate dedicated PR.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-04-24 10:44:02 -04:00
..
arena.rs feat: Implement complete sublinear-time sparse solver crate 2026-02-20 06:49:14 +00:00
audit.rs feat: Implement complete sublinear-time sparse solver crate 2026-02-20 06:49:14 +00:00
backward_push.rs fix: apply cargo fmt across workspace and fix CI issues 2026-02-21 20:56:38 +00:00
bmssp.rs fix: apply cargo fmt across workspace and fix CI issues 2026-02-21 20:56:38 +00:00
budget.rs feat: Implement complete sublinear-time sparse solver crate 2026-02-20 06:49:14 +00:00
cg.rs fix: apply cargo fmt across workspace and fix CI issues 2026-02-21 20:56:38 +00:00
error.rs feat: Implement complete sublinear-time sparse solver crate 2026-02-20 06:49:14 +00:00
events.rs feat: Implement complete sublinear-time sparse solver crate 2026-02-20 06:49:14 +00:00
forward_push.rs fix: apply cargo fmt across workspace and fix CI issues 2026-02-21 20:56:38 +00:00
lib.rs feat: Implement complete sublinear-time sparse solver crate 2026-02-20 06:49:14 +00:00
neumann.rs fix: apply cargo fmt across workspace and fix CI issues 2026-02-21 20:56:38 +00:00
random_walk.rs fix: apply cargo fmt across workspace and fix CI issues 2026-02-21 20:56:38 +00:00
router.rs fix: apply cargo fmt across workspace and fix CI issues 2026-02-21 20:56:38 +00:00
simd.rs research(boundary-first): 17 experiments proving boundary-first detection across 11 domains (#347) 2026-04-13 12:01:47 -04:00
traits.rs fix: apply cargo fmt across workspace and fix CI issues 2026-02-21 20:56:38 +00:00
true_solver.rs fix: apply cargo fmt across workspace and fix CI issues 2026-02-21 20:56:38 +00:00
types.rs chore(workspace): cargo fmt — mechanical whitespace fix across 427 files 2026-04-24 10:44:02 -04:00
validation.rs fix: apply cargo fmt across workspace and fix CI issues 2026-02-21 20:56:38 +00:00