aster-proxy 1.3.4

A light, fast and powerful cache proxy written in Rust.
Documentation
1
2
3
4
5
extern crate libaster;

fn main() {
    libaster::run().unwrap();
}