From 2691028422b74fc72c0677a9111b4470cecd34bc Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 10 Jul 2019 17:41:16 +0200 Subject: [PATCH] fix home page of bindings --- python/doc/index.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/python/doc/index.rst b/python/doc/index.rst index 3473623c7..a5e6d1822 100644 --- a/python/doc/index.rst +++ b/python/doc/index.rst @@ -1,15 +1,17 @@ deltachat python bindings ========================= -The ``deltachat`` Python package provides two bindings for the core C-library +The ``deltachat`` Python package provides two bindings for the core Rust-library of the https://delta.chat messaging ecosystem: -- :doc:`capi` is a lowlevel CFFI-binding to the - `deltachat-core C-API `_. - -- :doc:`api` [work-in-progress] is a high level interface to deltachat-core which aims +- :doc:`api` is a high level interface to deltachat-core which aims to be memory safe and thoroughly tested through continous tox/pytest runs. +- :doc:`capi` is a lowlevel CFFI-binding to the previous + `deltachat-core C-API `_ (so far the Rust library + replicates exactly the same C-level API). + + getting started ---------------