diff options
author | Arun Isaac | 2020-02-17 00:08:39 +0530 |
---|---|---|
committer | Arun Isaac | 2020-02-17 00:08:39 +0530 |
commit | b2a79064c7fcdcda5f730233a7c5a97e92134943 (patch) | |
tree | 1a6161338b39a940955c51ca45a93d66ff49070d | |
parent | 16f38896815d91a9cf163814bc5ad0819f7faaaf (diff) | |
download | guile-xapian-b2a79064c7fcdcda5f730233a7c5a97e92134943.tar.gz guile-xapian-b2a79064c7fcdcda5f730233a7c5a97e92134943.tar.lz guile-xapian-b2a79064c7fcdcda5f730233a7c5a97e92134943.zip |
README: Warn about unstable API.
* README.org: Warn about unstable API.
-rw-r--r-- | README.org | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ There is no proper documentation yet. See the examples in the source tree. Also see [[https://getting-started-with-xapian.readthedocs.io/en/latest/index.html][Getting Started with Xapian]] which describes the Python bindings. +*Warning:* guile-xapian is in a very early stage of development and +the high level API in (xapian xapian) is not stable. It may change at +any time. + * Usage Drop into a development environment. |