grpc/src/core
Mark D. Roth 9ecce9fd22
Merge pull request #19049 from markdroth/lb_policy_api_cleanups
More LB policy API improvements.
2019-05-29 07:12:41 -07:00
..
ext Merge pull request #19049 from markdroth/lb_policy_api_cleanups 2019-05-29 07:12:41 -07:00
lib Merge pull request #19031 from arjunroy/md_intern_unref_v2 2019-05-28 20:51:42 -07:00
plugin_registry remove ALTS shared resources 2018-11-13 09:44:28 -08:00
tsi Merge pull request #18959 from SataQiu/fix-20190506 2019-05-14 13:51:51 -07:00
README.md Adding missing language :P 2019-03-25 13:44:45 -07:00

README.md

Overview

This directory contains source code for C library (a.k.a the gRPC C core) that provides all gRPC's core functionality through a low level API. Libraries in other languages in this repository (C++, C#, Ruby, Python, PHP, NodeJS, Objective-C) are layered on top of this library.