aster-proxy 1.1.0

A light, fast and powerful cache proxy written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
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

clean:
	cargo clean

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