sdk-rust 0.1.1

Canonical Rust core for the Lattix metadata-only control-plane SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod builder;
pub mod client;
pub mod error;
pub mod ffi;
pub mod integration_full_runner;
pub mod local;
pub mod models;
pub mod providers;

pub use builder::ClientBuilder;
pub use client::Client;
pub use error::SdkError;
pub use integration_full_runner::*;
pub use local::*;
pub use models::*;
pub use providers::*;