grpc/src/core
Yang Gao 19649c6a3c
Merge pull request #20735 from yang-g/error2
unref error when fail to load file
2019-10-23 15:17:41 -07:00
..
ext Merge pull request #20742 from grpc/revert-20526-xds_policy_config_additions 2019-10-23 13:02:17 -07:00
lib Merge pull request #20735 from yang-g/error2 2019-10-23 15:17:41 -07:00
plugin_registry Revert "Forgot to autogenerate files and run clang_format/tidy_code" 2019-08-20 14:50:35 -07:00
tsi Merge pull request #20706 from vjpai/more_cpp_warning_removals_201910210916_13 2019-10-22 22:22:48 -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.