klave 0.5.0

A Rust SDK for the Klave platform.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#[allow(warnings)]
mod bindings;

use bindings::klave::sdk::sdk;

pub mod attestation;
pub mod context;
pub mod crypto;
pub mod https;
pub mod ledger;
pub mod ml;
pub mod notifier;
pub mod postgresql;
pub mod router;
pub mod subscription;