libremexre 0.1.12

A bunch of utilities I found myself needing over and over again.
Documentation
1
2
3
4
5
6
7
8
all: test
watch TARGET="all":
	watchexec -cre css,html,rs,toml "just {{TARGET}}"

test:
	cargo test --all --no-default-features
	cargo test --all --features backtrace,futures,log,packer,tokio,tokio-threadpool,warp
	cargo clippy --all-features --all-targets -- -D warnings