Re: protobuf-d

2020-09-29 Thread Denis Feklushkin via Digitalmars-d-learn
hon plugin with protoc. Today I generated the same library with protobuf-d[2]. When I tried to translate this example[3] from python to D, I noticed that some pieces of code are missing from the D generated library, for example the ImageAnnotatorClient class(or struct) (I could not found i

protobuf-d

2020-09-29 Thread Robert Aron via Digitalmars-d-learn
Hello! I am currently working on "D Language Client Libraries for Google APIs" project[0][1]. The first step was to familiarize myself with protobuf and to generate client library for cloud/vision using python plugin with protoc. Today I generated the same library with protobuf-d[