This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
- Implemented write functions:
- write_char
- write_signed_char
- write_unsigned_char
- write_bool
- write_short
- write_unsigned_short
- write_int
- write_unsigned_int
- write_long
- write_unsigned_long
- write_long_long
- write_unsigned_long_long
- write_float
- write_double
- write_string
- write_array
- Moved to Apache License 2.0
- API now uses a native byte order and a standard type size
- Implemented tests that fully cover the API
- Improved documentation