We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_common
1 parent f9e2ab0 commit 2ab8188Copy full SHA for 2ab8188
python/ray/_common/README.md
@@ -0,0 +1,7 @@
1
+# Common Utilities Shared Across the Libraries
2
+
3
+This directory contains logic shared across Ray Core and the native libraries.
4
5
+- All dependencies by the libraries on non-public APIs in the repo should live here. Libraries should _not_ depend on `ray._private`.
6
+- Interfaces exposed in this directory should be treated similarly to a "developer API."
7
+- End users and external libraries not inside the Ray repo should not depend on any code in `ray._common` (the same as `ray._private`).
0 commit comments