Pantomime
Getting StartedActors
Overview Hierarchy Ordering Supervision TestingStreams
Overview Stages TCP & UDP Actor Integration Supervision TestingIntegration
Futures TokioReference
API Documentation ExamplesPantomime / Getting Started
Pantomime is a library for the Rust programming language that empowers you to build concurrent, stateful, and stream-oriented programs with ease.
Getting Started
To get started, add the following to your Cargo.toml file:
[dependencies]
pantomime = "0.0.1"
Moving Forward
Now that you've setup the dependency, be sure to review the Actor documentation for for next steps.