diff options
-rw-r--r-- | src/core/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/README.md b/src/core/README.md new file mode 100644 index 0000000000..407dc4f701 --- /dev/null +++ b/src/core/README.md @@ -0,0 +1,9 @@ +#Overview + +This directory contains source code for shared C library. Libraries in other languages in this repository (C++, Ruby, +Python, PHP, NodeJS, Objective-C) are layered on top of this library. + +#Status + +Alpha : Ready for early adopters + |