diff options
Diffstat (limited to 'bindings/cpp/doc/index.rst')
-rw-r--r-- | bindings/cpp/doc/index.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bindings/cpp/doc/index.rst b/bindings/cpp/doc/index.rst new file mode 100644 index 00000000..7ce13766 --- /dev/null +++ b/bindings/cpp/doc/index.rst @@ -0,0 +1,14 @@ +#### +Serd +#### + +.. include:: summary.rst + +This is the documentation for its C++ bindings, +a thin header-only wrapper that provides more convenience and safety, +with minimal overhead compared to using the C API directly. + +.. toctree:: + + using_serd + api/serdpp |