aster-proxy 1.3.4

A light, fast and powerful cache proxy written in Rust.
Documentation
debug:
	cargo build --all
	RUST_LOG=libaster=debug RUST_BACKTRACE=full ./target/debug/aster-proxy default.toml

release:
	cargo build --all --release
	RUST_LOG=libaster=info RUST_BACKTRACE=full ./target/release/aster-proxy default.toml

test:
	cargo test --all

bench:
	cargo bench

clean:
	cargo clean

metrics:
	cargo build --manifest-path ./libaster/Cargo.toml --features metrics