trust-tasks-rs 0.1.3

Reference Rust library for the Trust Tasks framework — transport-agnostic, JSON-based descriptions of verifiable work between parties.
1
2
3
4
5
6
7
8
9
10
11
//! Generated by `trust-tasks-codegen` — do not edit by hand.

pub mod delete;
pub mod get;
pub mod list;
pub mod proxy_login;
pub mod release;
pub mod sign_trust_task;
pub mod sync;
pub mod upsert;
pub mod usage;