scrape-me 0.1.1

programatik29's documentation tests.
1
2
3
4
5
use scrape_me::test_function;

fn main() {
    test_function();
}