|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| client_channel/ | H | 25-Apr-2025 | - | 11,958 | 8,330 |
| ext/ | H | 25-Apr-2025 | - | 232,127 | 199,615 |
| lib/ | H | 25-Apr-2025 | - | 155,487 | 111,978 |
| load_balancing/ | H | 25-Apr-2025 | - | 19,970 | 14,219 |
| plugin_registry/ | H | 25-Apr-2025 | - | 230 | 153 |
| resolver/ | H | 25-Apr-2025 | - | 9,409 | 6,864 |
| service_config/ | H | 25-Apr-2025 | - | 857 | 512 |
| tsi/ | H | 25-Apr-2025 | - | 16,031 | 10,795 |
| .clang-format | H A D | 25-Apr-2025 | 1.6 KiB | 54 | 53 |
| BUILD | H A D | 25-Apr-2025 | 179.3 KiB | 7,929 | 7,547 |
| README.md | H A D | 25-Apr-2025 | 218 | 7 | 4 |
README.md
1# gRPC core library
2
3This shared library provides all of gRPC's core functionality through a low
4level API. gRPC libraries for the other languages supported in this repo, are
5built on top of this shared core library.
6
7