Hubro SDK
This package facilitates development of Hubro Platform plugins.
See https://docs.hubroplatform.no/extending-hubro.html to get guidance on how to use this library.
Development
Crate integrates two features as defined in the Cargo.toml file:
[]
= []
= []
Server feature is meant to be used for plugins that run on a server side, mobile feature is meant to be used for plugins that run on a mobile device.
@src/fhir.rs implements the FHIR related logic @src/plugin.rs implements the plugin related logic necessary for its deployment @src/toolbox.rs implements the toolbox related logic e.g. OTP (One Time Password) interception
Deployment
Make sure that the build is clean
Publish the crate afterward
For further binary size reduction, run: