Update README.md
This commit is contained in:
parent
62e76b3c93
commit
56d8d79b95
|
@ -1,9 +1,14 @@
|
|||
# yaLanTingLibs
|
||||
|
||||
yaLanTingLibs is a collection of C++20 libraries, it contains coroutine library(async_simple), compile-time reflection based serialization(struct_pack), easy to use rpc(coro_rpc), orm, http, modules etc.
|
||||
yaLanTingLibs is a collection of C++20 libraries, now it contains [async_simple](https://github.com/alibaba/async_simple), struct_pack and coro_rpc.
|
||||
|
||||
The target of yaLanTingLibs: provide very easy and high performance C++20 libraries for C++ developers, it can help to quickly build high performance applications.
|
||||
|
||||
## async_simple
|
||||
|
||||
A library offering simple, light-weight and easy-to-use components to write asynchronous codes.
|
||||
See [async_simple](https://github.com/alibaba/async_simple)
|
||||
|
||||
## coro_rpc
|
||||
|
||||
Very easy-to-use, coroutine-based, high performance rpc framework with C++20. coro_rpc is a header only library.
|
||||
|
@ -12,7 +17,7 @@ Very easy-to-use, coroutine-based, high performance rpc framework with C++20. co
|
|||
|
||||
Based on compile-time reflection, very easy to use, high performance serialization library, struct_pack is a header only library, it is used by coro_rpc now.
|
||||
|
||||
## Quick Start Of coro_rpc
|
||||
## Quick Start of coro_rpc
|
||||
|
||||
- clone repo
|
||||
|
||||
|
|
Loading…
Reference in New Issue