Jonathan Rudenberg

Results 56 comments of Jonathan Rudenberg

I haven’t written the docs up yet, but the basic flow is going to be that the consumer of these rules will usually define the cargo dependencies in their workspace...

Yeah, I need to finish up the docs, you need to define the dependencies in your workspace so that either a `@crate_index` repository is created with `crates_universe` or override the...

@UebelAndre will that work if consumers use `tonic`/`prost` from another repo within their own workspace in binaries that depend on proto libraries generated with these rules? I don't know how...

This is now blocked on https://github.com/neoeinstein/protoc-gen-prost/pull/17 getting released.

Thanks, can you point me to an example of such a toolchain definition in rules_rust? (specifically for a rule that depends on specific crates, ideally)

I'm interested in implementing this. I think it would make sense to remove the existing rules and replace them with new rules (that have `tonic` and `prost` in the rule...

They aren't official but they seem to work fine.

I've made good progress implementing this, but I've run into an issue where the tonic (gRPC) plugin wants to write to the output files from the prost plugin, and I...

I've implemented this in #202.