| Crates.io | autobahn-client |
| lib.rs | autobahn-client |
| version | 0.1.0 |
| created_at | 2025-08-10 07:29:11.380895+00 |
| updated_at | 2025-08-10 07:29:11.380895+00 |
| description | Autobahn client with RPC macros and protobuf-based messaging |
| homepage | https://github.com/godbrigero/autobahn_client |
| repository | https://github.com/godbrigero/autobahn_client |
| max_upload_size | |
| id | 1788638 |
| size | 76,426 |
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:
autobahn-client-macros for declaring RPC client/server functionsproto/ directory at compile timeUsage
Add to your Cargo.toml:
[dependencies]
autobahn-client = "0.1"
See examples in the repository for end-to-end usage.
License: MIT