Needed for the new fmt-check CI step to pass; the repo had never had formatting enforced before. No logic changes.
7 lines
201 B
Rust
7 lines
201 B
Rust
pub mod affinity;
|
|
pub mod models;
|
|
pub mod scoring;
|
|
|
|
pub use affinity::TopicAffinities;
|
|
pub use models::{Article, Feed, ReadingEvent, ReadingOutcome};
|
|
pub use scoring::{score_article, RelevanceInputs};
|