Overview of TarsCpp components
masterTarsCpp is the C++ implementation of the Tars RPC framework. The repository is organized into several key functional areas:
- servant: The core source code implementation of the C++ RPC framework.
- tools: The implementation of the IDL (Interface Definition Language) tool for C++.
- util: Basic utility libraries used by the framework.
- examples: Sample code including quick start guides, promise-based programming examples, and pressure test programs.
- docs / docs-en: Documentation for the framework.