Ryan Daum
Ryan Daum
I think the Range thing is solvable, but this codebase in general is a bit aged and also in a state that's reflective of my Rust knowledge/experience from a year...
Looks like the cmake build is looking for these artifacts under e.g. `grpc/test/core/tsi/alts/fake_handshaker/handshaker.proto` but in my directory they live at e.g. `grpc/src/core/tsi/alts/handshaker/proto/handshaker.proto` and some aren't there at all (e.g. `fuzzing_event_engine.proto`)
Building with a `git = ` or `path =` dependency instead of version from crates.io works fine, so something odd about the published 0.13.0 or the `grpc-sys` crate maybe?
Thanks that makes sense. Interestingly, this just came across r/rust: https://tquic.net/blog/tquic-open-source/ Alternative QUIC impl for Rust that doesn't mandate any particular runtime, or async at all really: _"The TQUIC core...