Skip to content

Provide custom implementations for nethsm-sdk-rs types

David Runge requested to merge nethsm/own_implementations into main

Many of the re-exported nethsm-sdk-rs types should be usable in a CLI parser context, but they do not implement FromStr. This adds custom implementations for the types in question (with documentation).

cc @rgacogne

Fixes #11 (closed)

Merge request reports