ActorCore Rust Client
The Rust client for ActorCore, the Stateful Serverless Framework
Use this client to connect to ActorCore services from Rust applications.
Resources
Getting Started
Step 1: Installation
Add to your Cargo.toml:
[]
= "0.1.0"
Step 2: Connect to Actor
use ;
use json;
async
Supported Transport Methods
The Rust client supports multiple transport methods:
TransportKind::Sse: Server-Sent EventsTransportKind::Ws: WebSockets
Supported Encodings
The Rust client supports multiple encoding formats:
EncodingKind::Json: JSON encodingEncodingKind::Cbor: CBOR binary encoding
Community & Support
- Join our Discord
- Follow us on X
- Follow us on Bluesky
- File bug reports in GitHub Issues
- Post questions & ideas in GitHub Discussions
License
Apache 2.0