SpruceIDWalletSdkRs 0.0.28-alpha+7

SpruceIDWalletSdkRs 0.0.28-alpha+7

Simon Bihel维护。



SpruceIDWalletSdkRs 0.0.28-alpha+7

  • Spruce Systems, Inc.

钱包 SDK Uniffi 绑定

项目结构

.               // The Rust crate is at the root
│
├── kotlin      // Contains the Android library project (without the generated
│               // source or dyanmic libraries, these are present in the
│               // published package associated with this repo)
│
├── WalletSdkRs // Contains the iOS library, with all the generated source files
│               // and dylibs, as Git is the package manager of Swift
│
├── tests       // Contains cargo tests for Kotlin and Swift for the generated
│               // libraries. These tests act as sanity checks to ensure the
│               // generated libraries will be usable, and are not meant to be
│               // full-fledged functional tests.

发布

使用release Github 动作,这是一个手动触发的动作。