[librsvg: 4/7] product.rst: minor edits




commit f1269478ebe5a402176921b9f96369856001c8c3
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Aug 18 11:25:35 2022 -0500

    product.rst: minor edits
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/730>

 devel-docs/product.rst | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/devel-docs/product.rst b/devel-docs/product.rst
index fbf93d0bf..4c9d4d3e5 100644
--- a/devel-docs/product.rst
+++ b/devel-docs/product.rst
@@ -12,9 +12,10 @@ Library artifacts
 
 Librsvg is part of the `GNOME platform libraries
 <https://developer.gnome.org/documentation/introduction/overview/libraries.html>`_,
-and needs to maintain a C-compatible API and ABI stability across versions.
+and needs to maintain a C-compatible API with ABI stability across versions.
 
-The build produces these, which are typical of GNOME libraries:
+The build produces these artifacts, which are typical of GNOME libraries that
+can be used from C and other languages:
 
 - A shared library ``librsvg-2.so`` (the file extension will be
   different on MacOS or Windows).  This is usually installed as part
@@ -48,11 +49,11 @@ Apart from the C-compatible library, the Rust code for the library
 defines a ``librsvg`` crate that can be used by Rust programs.  As of
 2022/Aug, that API is still a bit experimental and subject to change,
 and it is not published yet on ``crates.io``.  In the future, when
-librsvg gets `published to crates.io`_, it will follow Rust's usual
-semantic versioning scheme for API compatibility and stability
-throughout versions.
+librsvg gets published to crates.io (`see what is missing to do
+that`_), it will follow Rust's usual semantic versioning scheme for
+API compatibility and stability throughout versions.
 
-.. _published to crates.io: https://gitlab.gnome.org/GNOME/librsvg/-/issues/635
+.. _see what is missing to do that: https://gitlab.gnome.org/GNOME/librsvg/-/issues/635
 
 
 ``rsvg-convert`` artifacts


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]