grpc-d-core 0.0.2

gRPC Core Implementation for DLang


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

Purpose

This library is intended to provide better RPC support for the D Language (and provide interop with major systems).

Design Goals

  • Utilize the metaprogramming facilities in the language to avoid massive hurdles that other languages have had to jump over (see C++, where the programming model is incredibly strange and foreign)
  • Perform massive amounts of computation and generation at compile-time to avoid adding extra runtime complexity
  • Heavily multithread service requests (to avoid the problem that Rust developers are currently facing)
  • Do all of this, while still being easy to use.

Progress

Currently, the library is very much still in a prototype phase, and is not close to being usable in day-to-day scenarios.

Authors:
  • Harrison Ford
Dependencies:
protobuf, automem, grpc-d-interop
Versions:
0.0.2 2020-Jul-09
0.0.1 2020-Jun-25
~master 2021-Oct-08
Show all 3 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 0 downloads total

Score:
0.0
Short URL:
grpc-d-core.dub.pm