6 lines
95 B
Rust
6 lines
95 B
Rust
pub mod fetcher;
|
|
pub mod parser;
|
|
|
|
pub use fetcher::UgTabFetcher;
|
|
pub use parser::UgHtmlParser;
|