- Fix decoding overflow bug
- Updated CMake minimum version to 3.14 to support FetchContent_MakeAvailable
- Removed the C++20 requirement
- Switched to header-only
- Conditionally include Arduino header
- Updated directory structure to support Arduino in addition to CMake builds
- Added an Arduino example
- Updated README
- Constify span in DecodeUleb128
- Removed iostream from uleb128.cc, which was only there for debugging.
- Initial version