twitter_scraper/models/
mod.rs

1mod tweet;
2mod user;
3mod utils;
4pub use tweet::Tweet;
5pub use user::User;