volt-ws-protocol

Crates.iovolt-ws-protocol
lib.rsvolt-ws-protocol
version0.1.12
sourcesrc
created_at2024-08-08 15:33:23.559172
updated_at2024-08-08 15:33:23.559172
descriptionVolt websocket protocol library
homepagehttps://docs.tdxvolt.com
repositoryhttps://github.com/tdxvolt/tdxvolt-rs
max_upload_size
id1329675
size53,095
Toby Ealden (TobyEalden)

documentation

https://docs.rs/volt-ws-protocol

README

volt-ws-protocol

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.

build

cargo build

usage

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.
Commit count: 0

cargo fmt