1
2
3
4
5
/// Rust library to fetch trending repositories/users using github-trending-api
/// Made by Hedy Li,
/// Code on GitHub
pub mod fetch;
pub use fetch::*;