1 unstable release

Uses old Rust 2015

0.2.13 Sep 5, 2018
0.2.12 Sep 5, 2018
0.2.11 Sep 5, 2018

#10 in #self-sovereign-identity

Download history 19/week @ 2024-07-22 26/week @ 2024-07-29 54/week @ 2024-08-05 50/week @ 2024-08-12 42/week @ 2024-08-19 51/week @ 2024-09-02 54/week @ 2024-09-09 56/week @ 2024-09-16 34/week @ 2024-09-23 68/week @ 2024-09-30 67/week @ 2024-10-07 62/week @ 2024-10-14 42/week @ 2024-10-21 6/week @ 2024-10-28 63/week @ 2024-11-04

181 downloads per month

MIT/Apache

505KB
5K SLoC

rust-libindy-wrapper

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

using rust-libindy-wrapper

Assumptions: LibIndy is installed. And, you understand the basics.

Step 1

Add rust-libindy-wrapper to Cargo.toml

[dependencies]
rust-libindy-wrapper = "0.2.13"

Step 2

setup an environment variable that points to LibIndy library. eg:

LIBINDY_DIR="/Users/developer/indy-sdk/libindy/target/release"

Step 3

Use rust-libindy-wrapper. For now, best recommendation is to check out the tests.

License

Released under Apache 2.0 and MIT. See license files in git repo.

Dependencies

~2.5MB
~57K SLoC