# HG changeset patch # User Sebastien Jodogne # Date 1669225756 -3600 # Node ID a3ef0623338af838e2a8e8385b0ef7391c4dad4f # Parent 08ea0a05acba6284ce11d17f2dc557e55b611e46 rust diff -r 08ea0a05acba -r a3ef0623338a Sphinx/source/plugins.rst --- a/Sphinx/source/plugins.rst Thu Nov 17 13:10:52 2022 +0100 +++ b/Sphinx/source/plugins.rst Wed Nov 23 18:49:16 2022 +0100 @@ -123,6 +123,7 @@ `associated description `__. + Python plugins ^^^^^^^^^^^^^^ @@ -147,6 +148,22 @@ announcement on the `Orthanc Users forum `__. + +Rust plugins +^^^^^^^^^^^^ + +As the Rust language can produce shared libraries that are binary +compatible with the `C ABI +`__, it is +possible to create plugins using Rust: + +* Andrew Webber provides `Rust plugins + `__ showcasing + integration with Orthanc, notably a S3 storage (CRUD) and a change + notification. Check out the original announcement on the `Orthanc + Users forum + `__. + Other ^^^^^