Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
ext/ | 23-Nov-2023 | - | 39,474 | 28,621 | ||
lib/ | 23-Nov-2023 | - | 72,826 | 49,840 | ||
plugin_registry/ | 23-Nov-2023 | - | 230 | 164 | ||
tsi/ | 23-Nov-2023 | - | 15,491 | 10,584 | ||
README.md | D | 23-Nov-2023 | 287 | 5 | 3 |
README.md
1# Overview 2 3This 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, 4Python, PHP, NodeJS, Objective-C) are layered on top of this library. 5