Rust
The ActorCore Rust client provides a way to connect to and interact with actors from Rust applications.
Installation
Install the actor-core-client
package with:
Make sure you have Tokio set up as your async runtime.
Connecting to an Actor
Next Steps
See the Interacting with Actors documentation for information on how to use the client.