colmugx/acp/transport does not have a README file
pub(all) suberror FramingError {
InvalidMaxFrameSize
Closed
EmptyFrame
InvalidUtf8
FrameTooLarge(limit~ : Int, actual~ : Int)
UnexpectedEof
} derive(Eq, @moonbitlang/core/debug.DebugDebug)pub(all) struct FramingState {
pending : Bytes
max_frame_bytes : Int
closed : Bool
} derive(Eq, @moonbitlang/core/debug.DebugDebug)pub(all) struct FramingStep {
state : FramingState
frames : Array[String]
} derive(Eq, @moonbitlang/core/debug.DebugDebug)fn stdio_transport(handlers : @colmugx/acp/runtime.RuntimeHandlerPortRuntimeHandlerPort, cancel_outbound : async (@colmugx/acp/jsonrpc.RequestIdRequestId) -> Unit?, trace : (@colmugx/acp/runtime.RuntimeTraceEventRuntimeTraceEvent) -> Unit) -> @colmugx/acp/runtime.RuntimePortsRuntimePortsDependencies