max / balanced_breakfast
| 1 | //! BalancedBreakfast Core |
| 2 | //! |
| 3 | //! Central crate containing the orchestrator (feed refresh scheduling and |
| 4 | //! lifecycle management) and the Rhai-based plugin system. The orchestrator |
| 5 | //! coordinates plugins, the database, and the feed generator; the plugin |
| 6 | //! manager handles loading, configuration, and sandboxed script execution. |
| 7 | |
| 8 | |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | pub use *; |
| 16 | pub use *; |
| 17 | pub use |
| 18 | classify_error, ReaderResult, RhaiPlugin, RhaiPluginError, RhaiPluginManager, |
| 19 | ; |
| 20 |