mermaid 是一个简明的描述做图的文本描述语言 1 Generation of diagrams and flowcharts from text in a similar manner as markdown 基本用法 如下的语法,可以在Typora下直接显示图形 图形 1 2 graph LR A--> B LR表示
1. Cista概况 Cista 官方介绍 1 2 3 Cista++ is a simple, open source (MIT license) C++17 compatible way of (de-)serializing C++ data structures. ***Single header. No macros. No source code generation.*** 简单来说,就是提供的结构体提供序列化和反序列支持,跟 Thrift | Protobuf |