| Crates.io | actr-framework-protoc-codegen |
| lib.rs | actr-framework-protoc-codegen |
| version | 0.1.10 |
| created_at | 2025-11-09 11:02:59.722499+00 |
| updated_at | 2026-01-19 09:33:05.369011+00 |
| description | Protoc plugin for generating actr-framework code from protobuf definitions |
| homepage | |
| repository | https://github.com/actor-rtc/actr |
| max_upload_size | |
| id | 1924003 |
| size | 78,122 |
Protoc plugin for generating actr-framework code from protobuf service definitions.
🚧 Placeholder - Code will be moved from cli/crates/protoc-gen-actrframework
From a protobuf service definition:
service EchoService {
rpc Echo (EchoRequest) returns (EchoResponse);
}
Generates:
# Install
cargo install actr-framework-protoc-codegen
# Generate code
protoc --actrframework_out=src/generated proto/*.proto