polywrap_client 0.1.2

Polywrap Client implementation in rust
Documentation
1
2
3
4
5
6
7
8
9
10
# polywrap_client

The polywrap rust client allows to invoke functions of wrappers (WASM & plugins).

## Installation

```toml
[dependencies]
polywrap_client = "0.1.0"
```