effect-io-ai

Package: @effect/rpc
Module: RpcSerialization

RpcSerialization.layerMsgPack

A rpc serialization layer that uses MessagePack for serialization.

MessagePack has a more compact binary format compared to JSON and NDJSON. It also has better support for binary data.

Signature

declare const layerMsgPack: Layer.Layer<RpcSerialization, never, never>

Source

Since v1.0.0