actr-cli 0.4.2

Command line tool for Actor-RTC framework projects
Documentation
1
2
3
4
5
6
7
8
9
10
# {{PROJECT_NAME}}

Empty Actor-RTC Rust workload shell.

## Next steps

1. Define your local services in `protos/local/local.proto`.
2. Run `actr gen -l rust`.
3. Implement the generated handler scaffold in `src/`.
4. Run `actr build` to package the workload.