aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/grpc/src/core/lib/gprpp/README.md
blob: f5b87481c0bc123038c94db076b7f0d35f7e06b2 (plain) (blame)
1
2
3
4
5
6
7
8
# GPR++ - Google Portable Runtime for C++

The files in this directory contain various utility code for C++ code.
None of this code is gRPC-specific; anything here may also be useful
for other open source projects written in C++.

Note that this is one of the few places in src/core where we allow
the use of portability macros.