grpc-d-interop 0.0.2

A minimal layer to help interfacing between C and D for gRPC


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

grpc-d-interop

Info

This package serves to enable better interop between gRPC Core and D. Thus, the bindings are automatically generated from versions of gRPC (using dpp).

Re-generating built bindings

dub run dpp -- --preprocess-only --source-output-path . --ignore-macros headers.dpp
mv headers.d source/interop/headers.d

The built bindings will require some minor modification in order to work, however (e.g. add module decl, fix import, etc)

Authors:
  • Harrison Ford
Dependencies:
none
Versions:
0.0.2 2023-Jun-27
0.0.1 2020-Jun-25
~master 2023-Jun-27
Show all 3 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 31 downloads total

Score:
0.4
Short URL:
grpc-d-interop.dub.pm