Hi all, I just published SmallBytes
As we know, SmallVec is a drop-in replacement for Vec, which stores a few array items inline. I wanted to check the performance impact of this switch for a large scientific crate. That crate also relied on the BufMut implementation of Vec, so I had to come up with this small library.
The experiment was not successful, but the crate persists for your convenience.