grpc/src/core
Esun Kim 5b375a3728 Fix by misc-definitions-in-headers 2020-10-19 21:56:17 -07:00
..
ext Merge pull request #24448 from veblush/clang-format-8 2020-10-19 09:29:35 -07:00
lib Fix by misc-definitions-in-headers 2020-10-19 21:56:17 -07:00
plugin_registry Move circuit breaking, EDS drops, and load reporting to xds_cluster_impl policy. 2020-10-16 07:29:08 -07:00
tsi Merge pull request #24448 from veblush/clang-format-8 2020-10-19 09:29:35 -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.