spidr 0.1.1

A simple Rust web scraper
Documentation
1
2
3
4
5
6
7
use spidr::*;

fn main() {
    println!("Welcome to SPIDR!\n");
    test_reqwest().unwrap();
    another_query().unwrap();
}