logo
Expand description

Maintenance

vino-provider

The Vino provider crate contains the necessary pieces for Native or WebAssembly providers written in Rust.

This library is not meant to be integrated manually. Vino uses code generators to automate most integration and — while backwards compatibility is a top priority — the generated code is considered the primary consumer. If you end up using this library to fit other use cases, please open an issue to let us know so we can track that usage.

To use this library or learn more about code generation, check out the docs at docs.vino.dev.

License: BSD-3-Clause

Re-exports

pub use vino_codec as codec;

Modules

Feature-dependent prelude that imports items depending on whether the ‘wasm’ or ‘native’ features are enabled.

Structs

An implementation that encapsulates a provider link that components can use to call out to a Vino network.