#api #api-bindings #basic #foundation #creation #lib-indy #assisting

rust-libindy-wrapper

A library for assisting developers using LibIndy API

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

#52 in #foundation

Download history 75/week @ 2024-04-06 62/week @ 2024-04-13 51/week @ 2024-04-20 21/week @ 2024-04-27 50/week @ 2024-05-04 69/week @ 2024-05-11 72/week @ 2024-05-18 24/week @ 2024-05-25 98/week @ 2024-06-01 125/week @ 2024-06-08 74/week @ 2024-06-15 25/week @ 2024-06-22 27/week @ 2024-06-29 50/week @ 2024-07-06 57/week @ 2024-07-13 33/week @ 2024-07-20

167 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
~56K SLoC