Daniel Alm 7c9a83c424 Fix two memory leaks and update a link in the README. (#501) %!s(int64=6) %!d(string=hai) anos
..
include 5c610b032a Fix a compiler warning. (#499) %!s(int64=6) %!d(string=hai) anos
shim 7c9a83c424 Fix two memory leaks and update a link in the README. (#501) %!s(int64=6) %!d(string=hai) anos
src ece94e8df9 Update vendored gRPC-core to v1.19.0 (#417) %!s(int64=6) %!d(string=hai) anos
third_party ece94e8df9 Update vendored gRPC-core to v1.19.0 (#417) %!s(int64=6) %!d(string=hai) anos
README.md 20e0cf1bb2 Reorganize vendored gRPC core code, moving it into CgRPC. %!s(int64=9) %!d(string=hai) anos

README.md

CgRPC source files

This directory contains source code for CgRPC, the C support library for gRPC. It includes a custom "shim" (in the shim directory) and vendored code from the gRPC Core library.

| README.md | this file | | shim | custom code created to simplify the Swift gRPC interface to gRPC Core. | | include | headers for the CgRPC module | | grpc | headers for gRPC core (internal) | | src | source code for gRPC core (internal) | | third_party | third-party source code used by gRPC core (internal) |