grpc/src/core
Karthik Ravi Shankar a9aa148603 Fix formatting issue 2020-07-17 18:07:33 -07:00
..
ext Fix formatting issue 2020-07-17 18:07:33 -07:00
lib Avoid unused param warning 2020-07-16 08:16:58 -07:00
plugin_registry Revert "Revert "Add message-size check before message decompression"" 2020-06-23 12:19:07 -07:00
tsi Merge pull request #23165 from matthewstevenson88/matt-tls13 2020-07-01 07:56:18 -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.