Hi!

I am trying to use protobuf in my rust actix server. There is this 
library https://github.com/actix/actix-extras/tree/master/actix-protobuf 
that seems quite nice, but doesn't do codegen. And I see there is this 
library for rust https://github.com/stepancheg/rust-protobuf/. 
On the main protobuf page there is no clear support for Rust, so I was just 
wondering what's the best practice for using protobuf in rust. Am I 
supposed to use codegen? What value does codegen bring? I think if I don't 
use codegen, I could do customization for the struct in rust, for example, 
impl some trait for it. But with codegen, i would lose that flexibility. Is 
that flexibility discouraged?

Thanks!
Yimeng

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/protobuf/b57360a4-eff3-4b18-accf-6edaaa37e91en%40googlegroups.com.

Reply via email to