Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-28 | Add a close function to SerdByteSink | David Robillard | 1 | -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-13 | Make Writer always write to a ByteSink | David Robillard | 1 | -0/+32 | |