kong_rs_protos 0.1.0

Protobuf bindings for the Kong Plugin Server
Documentation
1
2
3
4
5
use std::io::Result;

fn main() -> Result<()> {
  prost_build::Config::new().compile_protos(&["proto/pluginsocket.proto"], &["proto"])
}