aleym_core 0.1.0-alpha.1

Extensible news aggregation and knowledge-base engine (Core Library Component of Aleym)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.14

pub mod prelude;

pub mod news;
pub mod news_apearance_signal;
pub mod news_explicit_vote_signal;
pub mod news_focus_signal;
pub mod news_label;
pub mod news_read_signal;
pub mod news_to_label_link;
pub mod source;
pub mod source_category;
pub mod source_directory;
pub mod source_fetch_signal;
pub mod source_to_category_link;