MPack v0.7.1
Changes:
- Removed
mpack_reader_destroy_cancel()
andmpack_writer_destroy_cancel()
. You must now flag an error (such asmpack_error_data
) in order to cancel reading. - Added many code size optimizations.
MPACK_OPTIMIZE_FOR_SIZE
is no longer experimental. - Improved and reorganized Writer documentation
- Made writer flag
mpack_error_too_big
instead ofmpack_error_io
if writing too much data without a flush callback - Added optional
skip
callback and optimizedmpack_discard()
- Fixed various compiler and code analysis warnings
- Optimized speed and memory usage