1
2
3
4
/// Module holding data types for http fetch requests
pub mod fetch;

pub mod global_data;