Closed zxcv05 closed 1 month ago
protobuf-src compiles protoc before compiling the program. protoc is required by Prost to compile the protobufs into Rust code.
protobuf-src
protoc
Why not just skip all that and compile it once? It's likely to not change and wouldn't be too hard to re-compile when they do update
Build times went from 5 minutes to 1 minute. Awesome
protobuf-src
compilesprotoc
before compiling the program.protoc
is required by Prost to compile the protobufs into Rust code.Why not just skip all that and compile it once? It's likely to not change and wouldn't be too hard to re-compile when they do update