Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Hubro SDK
This package facilitates the development of Hubro Platform plugins.
See https://docs.hubroplatform.no/extending-hubro.html to get guidance on how to use this library.
Feel free to refer to the AGENTS.md file for detailed information on the SDK's features and development practices.
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/mobile.rs implements routines for interacting with a phone
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: