autobahn-client

Crates.ioautobahn-client
lib.rsautobahn-client
version0.1.0
created_at2025-08-10 07:29:11.380895+00
updated_at2025-08-10 07:29:11.380895+00
descriptionAutobahn client with RPC macros and protobuf-based messaging
homepagehttps://github.com/godbrigero/autobahn_client
repositoryhttps://github.com/godbrigero/autobahn_client
max_upload_size
id1788638
size76,426
godbrigero (godbrigero)

documentation

README

Autobahn Client (Rust)

This crate provides a client implementation and RPC helpers for the Autobahn hub, powered by Prost-based protobuf messages and tokio websockets.

Highlights:

  • WebSocket client with RPC request/response helpers
  • Procedural macros via autobahn-client-macros for declaring RPC client/server functions
  • Builds protobufs from the bundled proto/ directory at compile time

Usage

Add to your Cargo.toml:

[dependencies]
autobahn-client = "0.1"

See examples in the repository for end-to-end usage.

License: MIT

Commit count: 0

cargo fmt