All notable changes to this project will be documented in this file.
- Added decoding functions for various data types:
- unsigned byte
- signed short (16 bits)
- unsigned short (16 bits)
- signed long (32 bits)
- unsigned long (32 bits)
- signed long rational (64 bits)
- unsigned long rational (64 bits)
- single precision float (32 bits)
- Released library with two functions: spit-bytes and slurp-bytes.