aster-proxy 0.1.2

A light, fast and powerful cache proxy in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
debug:
	cargo build
	RUST_LOG=libaster=debug RUST_BACKTRACE=full ./target/debug/aster

release:
	cargo build --release
	RUST_LOG=libaster=info RUST_BACKTRACE=full ./target/release/aster

clean:
	cargo clean