unioil-loyalty-rn-app/ios/Pods/Flipper-RSocket
Harley Catubag 73ec2e176b files 2022-06-11 13:36:37 +08:00
..
rsocket files 2022-06-11 13:36:37 +08:00
yarpl files 2022-06-11 13:36:37 +08:00
LICENSE files 2022-06-11 13:36:37 +08:00
README.md files 2022-06-11 13:36:37 +08:00

README.md

rsocket-cpp

C++ implementation of RSocket

Coverage Status

Dependencies

Install folly:

brew install --HEAD folly

Building and running tests

After installing dependencies as above, you can build and run tests with:

# inside root ./rsocket-cpp
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=DEBUG ../
make -j
./tests

License

By contributing to rsocket-cpp, you agree that your contributions will be licensed under the LICENSE file in the root directory of this source tree.