orthanc_client_ogen 1.12.8

Orthanc API client library produced by OpenAPI Generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Orthanc API client generated by [OpenAPI Generator](https://openapi-generator.tech/).

#![allow(non_snake_case)]
#![allow(unused_imports)]
#![allow(clippy::too_many_arguments)]

/// API client.
#[cfg(feature = "client")]
pub mod apis;

/// Orthanc OpenAPI request and response models.
pub mod models;