diff options
Diffstat (limited to 'src/objective-c/RxLibrary/README.md')
-rw-r--r-- | src/objective-c/RxLibrary/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/objective-c/RxLibrary/README.md b/src/objective-c/RxLibrary/README.md new file mode 100644 index 0000000000..88e90723b9 --- /dev/null +++ b/src/objective-c/RxLibrary/README.md @@ -0,0 +1,8 @@ +This is a generic Reactive Extensions library for Objective-C, created to ease +the implementation of the gRPC Objective-C runtime. + +It has no dependencies on gRPC nor other libraries, and should eventually be +moved under its own GitHub project. + +If you're trying to get started on the library, you might want to first read +GRXWriter.h and then GRXWriteable.h. |