RPC framework based on FabricTransport in Service Fabric. Rust support. See C++ counterpart in fabric-rpc.
Required:
- service fabric runtime installation. See get-started
Cargo auto managed:
- fabric-metadata. Service fabric support libraries.
- service-fabric-rs. Service fabric rust bindings.
CMake auto managed:
- protoc/protobuf. Protobuf parser.
# configure protoc dependency
cmake . -B build
# build code
cargo build
# test code
cargo test
MIT License