feedsignal/crates/web/src/server
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
..
jobs Merge list_feeds_with_titles into list_feeds 2026-09-03 19:49:39 +02:00
services Turn RankedArticleRow into a struct instead of a 7-field tuple 2026-09-03 21:20:41 +02:00
config.rs Split web crate into layered modules (api/services/jobs/view) 2026-09-03 12:03:15 +02:00
mod.rs Split web crate into layered modules (api/services/jobs/view) 2026-09-03 12:03:15 +02:00