Protobuf support for actix-web framework.
```rust,ignore use actixweb::{HttpResponse, Result}; use actixprotobuf::ProtoBuf;
pub struct MyObj { #[prost(int32, tag="1")] pub number: i32, #[prost(string, tag="2")] pub name: String, }
fn index(msg: ProtoBuf
This project is licensed under either of
at your option.