Skip to content

Commit

Permalink
nethsm Rust crate added (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
jans23 authored Mar 28, 2024
1 parent 828a0d9 commit 20da40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nethsm/integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This will provide the REST API on the port `8443` via the HTTPS protocol.
Integration into Custom Application
-----------------------------------

To integrate the NetHSM into own custom applications, client libraries are available for almost all programming languages. Here are libraries for `Rust <https://github.com/Nitrokey/nethsm-sdk-rs>`_ and `Python <https://github.com/Nitrokey/nethsm-sdk-py>`_. For all other programming languages we recommend using `OpenAPI Generator <https://github.com/OpenAPITools/openapi-generator>`_.
To integrate the NetHSM into own custom applications, client libraries are available for almost all programming languages. Here are libraries for `Python <https://github.com/Nitrokey/nethsm-sdk-py>`_ and `Rust <https://github.com/Nitrokey/nethsm-sdk-rs>`_ as well as `this 3rd party Rust crate <https://crates.io/crates/nethsm>`_. For all other programming languages we recommend using `OpenAPI Generator <https://github.com/OpenAPITools/openapi-generator>`_.

The list of all available languages can be retrieved as follows.

Expand Down

0 comments on commit 20da40f

Please sign in to comment.