bincode-org / bincode

A binary encoder / decoder implementation in Rust.
MIT License
2.65k stars 265 forks source link

Feature request: predetermined U8/U16/U32/U64 array lengths #657

Closed benny-n closed 1 year ago

benny-n commented 1 year ago

I see that a lot of issues already covered this topic, and this was eventually implemented in bincode2 in this PR: https://github.com/pravega/bincode2/pull/4.

Are there any plans to add the with_array_size function which was implemented in the aforementioned PR to bincode as well?

VictorKoenders commented 1 year ago

There are currently no plans to add with_array_size to bincode