mirror of
https://github.com/n08i40k/schedule-parser-rusted.git
synced 2025-12-06 17:57:47 +03:00
feat(schedule)!: move schedule parser, downloader, and updater to external library
This can be used to support more schedule formats in the future.
This commit is contained in:
9
providers/src/lib.rs
Normal file
9
providers/src/lib.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
pub use base;
|
||||
|
||||
pub use provider_engels_polytechnic::EngelsPolytechnicProvider;
|
||||
pub use provider_engels_polytechnic::UpdateSource as EngelsPolytechnicUpdateSource;
|
||||
|
||||
#[cfg(feature = "test")]
|
||||
pub mod test_utils {
|
||||
pub use provider_engels_polytechnic::test_utils as engels_polytechnic;
|
||||
}
|
||||
Reference in New Issue
Block a user