| Crates.io | rust-libindy-wrapper |
| lib.rs | rust-libindy-wrapper |
| version | 0.2.13 |
| created_at | 2018-09-05 20:07:57.122004+00 |
| updated_at | 2018-09-05 20:18:02.503362+00 |
| description | A library for assisting developers using LibIndy API |
| homepage | https://github.com/evernym/rust-libindy-wrapper |
| repository | https://github.com/evernym/rust-libindy-wrapper |
| max_upload_size | |
| id | 83102 |
| size | 514,198 |
LibIndy major artifact of the SDK is a C-callable library that provides the basic building blocks for the creation of applications on the top of Hyperledger Indy, which provides a distributed-ledger-based foundation for self-sovereign identity.
rust-libindy-wrapper is a library for assisting developers using LibIndy API.
rust-libindy-wrapper does not include LibIndy. This will need to be built separately. See IndySDK github
Assumptions: LibIndy is installed. And, you understand the basics.
Add rust-libindy-wrapper to Cargo.toml
[dependencies]
rust-libindy-wrapper = "0.2.13"
setup an environment variable that points to LibIndy library. eg:
LIBINDY_DIR="/Users/developer/indy-sdk/libindy/target/release"
Use rust-libindy-wrapper. For now, best recommendation is to check out the tests.
Released under Apache 2.0 and MIT. See license files in git repo.