Lucio Franco
Lucio Franco
I think you need to merge from master
This seems like its been fixed?
@zelenij we could probably add a nice error message.
@kriswuollett I wonder if we could just add another fds option on config that unsets this option when set?
@kriswuollett you can just generate your own fds via protoc or something like protox and pass that to prost should handle your use case?
Can you invoke `protoc` by itself?
I am not sure then, I would need to find a way to reproduce this. One option is to start using `protox` as it is a pure rust implementation and...
Could we potentially just leverage `BufMut` and remove our own trait?
I am not seeing the same improvements on my laptop ``` varint/small/encode time: [254.51 ns 255.08 ns 255.78 ns] change: [+4.9943% +5.3430% +5.6646%] (p = 0.00 < 0.05) Performance has...
Could you explain more what system you ran those benchmarks on?