polywrap_client 0.1.11

Polywrap Client implementation in rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod client;
pub mod subinvoker;

pub use polywrap_client_builder as builder;
pub use polywrap_core as core;
pub use polywrap_msgpack_serde as msgpack;
pub use polywrap_plugin as plugin;
pub use polywrap_resolvers as resolvers;
pub use polywrap_wasm as wasm;
pub use wrap_manifest_schemas as wrap_manifest;

pub use client::*;
pub use client::Client as PolywrapClient;