grpc/src/core
Yihua Zhang 7fab9bf3bb Add TSI test library and SSL and fake TSI tests 2017-08-22 12:32:43 -07:00
..
ext Added missing call to grpc_byte_buffer_reader_destroy() 2017-08-14 14:55:02 -07:00
lib Add timer annotations in epoll1 2017-08-21 22:43:12 -07:00
plugin_registry Add GTS plugin 2017-07-17 11:20:51 -07:00
tsi Add TSI test library and SSL and fake TSI tests 2017-08-22 12:32:43 -07:00
README.md fix markdown render error 2017-03-26 00:52:56 +08: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++, Ruby, Python, PHP, NodeJS, Objective-C) are layered on top of this library.