feedsignal/crates
Austin Schaefer 73c80491be
All checks were successful
CI / check (pull_request) Successful in 1m34s
CI / test (pull_request) Successful in 3m19s
CI / audit (pull_request) Successful in 12s
Turn RankedArticleRow into a struct instead of a 7-field tuple
Tuples this large stop being readable at the call site (positional
indices like rows[0].6 give no hint what they mean); a named struct
documents each field and lets rustc catch reordering mistakes.
2026-09-03 21:20:41 +02:00
..
core chore: Use valid license SPDX id. Revert logic refactor. 2026-08-21 14:03:10 +02:00
db Turn RankedArticleRow into a struct instead of a 7-field tuple 2026-09-03 21:20:41 +02:00
feeds Split has_content test into three cases per reviewer request 2026-08-21 15:38:52 +02:00
llm Apply cargo fmt across the workspace 2026-08-21 13:10:08 +02:00
web Turn RankedArticleRow into a struct instead of a 7-field tuple 2026-09-03 21:20:41 +02:00