feedsignal/crates
Austin Schaefer cc79f59a7d
All checks were successful
CI / check (pull_request) Successful in 1m58s
CI / test (pull_request) Successful in 2m28s
CI / audit (pull_request) Successful in 10s
Decode list_ranked_articles rows via a From<Row> impl
Replaces the inline .map() closure with From<Row> for
RankedArticleRow, separating "what a raw SQLite row looks like" from
the query itself.
2026-09-03 21:26:56 +02:00
..
core chore: Use valid license SPDX id. Revert logic refactor. 2026-08-21 14:03:10 +02:00
db Decode list_ranked_articles rows via a From<Row> impl 2026-09-03 21:26:56 +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