Advantages of Rust for Orthanc Plugin Development
Orthanc is an open-source
PACS
server written in C++ with an extensive interface for plugin development.
Here we announce orthanc_sdk, a
library for developing Orthanc plugins in safe and
idiomatic Rust.
This article explains why Rust is a good language for Orthanc plugin development
and the design of the orthanc_sdk
crate.