15#ifndef LEXLEO_STREAM_BUFFER_CREATOR_H
16#define LEXLEO_STREAM_BUFFER_CREATOR_H
Borrower-visible public types for the stream port.
stream_status_t
Public status codes used by the stream port.
Owner-facing creator object for buffer-backed streams.
stream_status_t(* create)(const void *ud, stream_t **out)
Create a buffer-backed stream.
void * ud
Opaque context bound to create.
Private handle structure for a stream_t.