1 2 3 4 5 6 7
use spidr::*; fn main() { println!("Welcome to SPIDR!\n"); test_reqwest().unwrap(); another_query().unwrap(); }