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
mod error;
pub mod recommendation;
#[cfg(feature = "_informant")]
pub mod scheduler;

pub use error::SchedulerError;