jokoway 0.1.0-rc.1

Jokoway is a high-performance API Gateway built on Pingora (Rust) with dead-simple YAML configs.
Documentation
1
2
3
4
5
use jokoway::cli;

fn main() {
    cli::jokoway_main(Vec::new());
}