gestalt-sdk 0.0.1-alpha.26

Rust SDK scaffolding and generated protocol bindings for Gestalt executable providers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by sdkgen. DO NOT EDIT.

//! Generated public gestaltd client modules.

#![allow(missing_docs)]

pub mod agent;
pub mod app;
pub mod app_client;
pub mod codec;
pub mod invoke_support;
pub mod metadata;
pub mod rpc_support;
pub mod unary_transport;
pub mod workflow;