Expand description
Newline-delimited streaming frames for the public OCLA wire contract.
Structs§
- Stream
Config - Runtime limits for one OCLA stream.
Enums§
- Stream
Frame - One newline-delimited message in an OCLA stream.
Functions§
- decode_
frame - Decodes one newline-delimited JSON record into a stream frame.
- encode_
frame - Encodes one stream frame as a newline-delimited JSON record.
- validate_
deadline - Rejects a stream whose absolute deadline has passed.