aster-proxy 0.1.3

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

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