aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/README.md')
-rw-r--r--src/core/lib/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/lib/README.md b/src/core/lib/README.md
new file mode 100644
index 0000000000..69b6bce2d9
--- /dev/null
+++ b/src/core/lib/README.md
@@ -0,0 +1,6 @@
+Required elements of gRPC Core: Each module in this directory is required to
+build gRPC. If it's possible to envisage a configuration where code is not
+required, then that code belongs in ext/ instead.
+
+NOTE: The movement of code between lib and ext is an ongoing effort, so this
+directory currently contains too much of the core library.