aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_byte_sink.c
AgeCommit message (Collapse)AuthorFilesLines
2022-01-28Add a close function to SerdByteSinkDavid Robillard1-1/+1
This simplifies everything by replacing special cases with a more general close function. A type is no longer stored in the structure, so the other constructors are now essentially syntactic sugar for the universal serd_byte_sink_new_function().
2022-01-13Make Writer always write to a ByteSinkDavid Robillard1-0/+32