Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for binary 1.1 reader (#737)
* Wire-up base 1.1 binary reader, and add null.null, and IVM support * Remove debug prints, and apply cargo fmt * Fix value lengths * Add import; missed while branching for PRs * Fixed warnings; unused imports and such * Remove dead code * Removing more dead code * Fix copy-pasta'd error; macros not yet implemented, not unsupported * Remove changes to Never; ultimately unused * Remove unneeded constants and fix is_null * Address clippy checks * Address rustdoc issues * Remove unneeded lifetime * Address PR feedback * Replace unimplemented macros with todo * Fix rust doc * Apply suggestions from code review Co-authored-by: Zack Slayton <[email protected]> --------- Co-authored-by: Zack Slayton <[email protected]>
- Loading branch information