dart_orpc_core 0.1.0-dev.4
dart_orpc_core: ^0.1.0-dev.4 copied to clipboard
Core RPC contracts and registry primitives for dart_orpc.
dart_orpc_core #
Core contracts and runtime primitives shared by the dart_orpc server,
transports, generators, and clients. It contains procedure metadata, request
and response envelopes, errors, cancellation, guards, and registry interfaces.
Most applications should use the
dart_orpc facade package.