Hello,
Im currently trying to build a https://github.com/googleapis/googleapis client using buffa/ConnectRPC and got stuck at
cannot find type `Api` in module `::buffa_types::google::protobuf` not found in `::buffa_types::google::protobuf`
cannot find type `EnumView` in module `::buffa_types::google::protobuf::__buffa::view`
not found in `::buffa_types::google::protobuf::__buffa::view`
cannot find type `TypeView` in module `::buffa_types::google::protobuf::__buffa::view`
not found in `::buffa_types::google::protobuf::__buffa::view`
This means buffa/buffa-types/protos/google/protobuf/ is missing at least api.proto, type.proto and enum.proto from https://github.com/protocolbuffers/protobuf/tree/main/src/google/protobuf
I presume that building the entire googleapis repo may also break at other parts so its probably a good way to test conformance of this crate due to huge amounts of edge cases.
Thank you!
Hello,
Im currently trying to build a https://github.com/googleapis/googleapis client using buffa/ConnectRPC and got stuck at
This means buffa/buffa-types/protos/google/protobuf/ is missing at least
api.proto,type.protoandenum.protofrom https://github.com/protocolbuffers/protobuf/tree/main/src/google/protobufI presume that building the entire googleapis repo may also break at other parts so its probably a good way to test conformance of this crate due to huge amounts of edge cases.
Thank you!