tela 0.1.3

Web framework that focuses on ease of use and simplicity
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
lint:
	cargo clippy

fix:
	cargo clippy --fix


ex:
	cargo run --example $(EX) -- $(ARGS)


test:
	cargo test --all-features --color=auto -v


test-doc:
	cargo test --doc --all-features --color=auto -v


badges:
	python scripts/make_badges.py launchpad