danlehmann / arbitrary-int

A modern and lightweight implementation of arbitrary integers for Rust
MIT License
32 stars 13 forks source link

Refine the borsh implementation #45

Closed danlehmann closed 3 months ago

danlehmann commented 3 months ago

This removes the vec! as we don't want to allocate.

Also add a lot of tests to ensure various corner cases are covered