grpc/src/core
Jan Tattermusch 2791791128 adjust port.h to fix parse_address_with_named_scope_id_test 2019-11-25 13:37:57 +01:00
..
ext Merge pull request #20902 from markdroth/c++_connector 2019-11-22 11:47:20 -08:00
lib adjust port.h to fix parse_address_with_named_scope_id_test 2019-11-25 13:37:57 +01:00
plugin_registry CDS LB policy 2019-10-29 12:00:12 -07:00
tsi Address comments; remove unneedd nullptr check 2019-11-15 10:25:23 -08: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.