aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_terse_write.c
AgeCommit message (Collapse)AuthorFilesLines
2023-12-02[WIP] Generalize node construction APIDavid Robillard1-10/+10
2023-12-02Add support for custom allocatorsDavid Robillard1-23/+23
This makes it explicit in the API where memory is allocated, and allows the user to provide a custom allocator to avoid the use of the default system allocator for whatever reason.
2023-12-02Simplify output stream APIDavid Robillard1-3/+7
2023-12-02Make SerdBuffer an output streamDavid Robillard1-5/+4
2023-12-02Add support for writing terse output with minimal newlinesDavid Robillard1-0/+112