Any Message::parse_from_bytes
wangfenjin opened this issue · 1 comments
wangfenjin commented
Hello, do we have an equivalent method as rust-protobuf parse_from_bytes? Thanks!
fdeantoni commented
The message handling functions are all from tokio-rs/prost. This library just provides the serde parts for the protobuf WellKnownTypes. Better to raise this one with tokio-rs/prost.