| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| ext/ | 12-May-2024 | - | 89,075 | 68,158 | ||
| lib/ | 12-May-2024 | - | 80,831 | 55,308 | ||
| plugin_registry/ | 12-May-2024 | - | 252 | 208 | ||
| tsi/ | 12-May-2024 | - | 14,001 | 9,328 | ||
| README.md | D | 12-May-2024 | 291 | 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++, C#, Ruby, 4Python, PHP, NodeJS, Objective-C) are layered on top of this library. 5