meta_fetcher 0.1.2

A simple website metadata fetcher
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
check:
	cargo check && \
	cargo clippy

check-ci:
	cargo check && \
	cargo fmt --check && \
	cargo clippy

test:
	cargo test --features network-tests

test-ci:
	cargo test