docs.rs failed to build ledger_secure_sdk_sys-1.6.4
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.
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.
Rust Low-level bindings to the Ledger C SDK
Provides access to low-level APIs to the operating system of Ledger devices.
Build
Depending on the target (--target nanos
, --target nanox
, ...), this crate will git clone
the appropriate branch (API_LEVEL_x
) of the C SDK and compile the subset of files necessary for the Rust SDK to work.
To use an already-cloned C SDK, you can pass its path through the environment variable LEDGER_SDK_PATH=/path/to/c_sdk
or through cargo
's --config
flag: