walletkit 0.23.0

Reference implementation for World ID clients.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! `WalletKit` is the reference implementation for World ID clients.
//!
//! It provides the Rust API and `UniFFI` bindings used by mobile applications
//! to interact with World ID. The public API is re-exported from
//! [`walletkit_core`].

extern crate walletkit_core;
walletkit_core::uniffi_reexport_scaffolding!();

pub use walletkit_core::*;

uniffi::setup_scaffolding!("walletkit");