Crates.io | volt-ws-protocol |
lib.rs | volt-ws-protocol |
version | 0.1.12 |
source | src |
created_at | 2024-08-08 15:33:23.559172 |
updated_at | 2024-08-08 15:33:23.559172 |
description | Volt websocket protocol library |
homepage | https://docs.tdxvolt.com |
repository | https://github.com/tdxvolt/tdxvolt-rs |
max_upload_size | |
id | 1329675 |
size | 53,095 |
This crate provides a Rust implementation of the Volt Websocket Protocol.
The library is used by the volt-client-rs
library to communicate with the Volt API in Rust applications, by volt-ws-protocol-component
to communicate with the Volt API via webassembly components (for example, using wasmtime from python applications), and by volt-ws-protocol-web
to communicate with the Volt API via websockets in web applications.
cargo build
It is unlikely that you will need to use this library directly, refer to the following projects:
volt-client-rs
for accessing the Volt API from Rust applications.volt-client-web
for accessing the Volt API from javascript web applications.volt-client-grpc
for accessing the Volt API from javascript nodejs applications using gRPC.volt_client_py
for accessing the Volt API from python applications.