aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
AgeCommit message (Collapse)AuthorFilesLines
2022-01-28Provide a full output stream implementation for SerdBufferDavid Robillard1-0/+52
Essentially replaces serd_buffer_sink_finish() with serd_buffer_close(), which makes writing to a buffer consistent with writing to a file or anything else.