Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 457 Bytes

smallvec.md

File metadata and controls

14 lines (10 loc) · 457 Bytes
category description
Data Structure
Vec clone (Small Buffer Optimization, Heap Fallback). Prefer Vec.

smallvec

version thoroughness understanding rating
0.6.10 none none negative

0.6.10

Lots of unsafe code, long standing open 'maybe UB' issues that proved to be correct, 3 previous rustsec advisories, no obvious fuzz tests. Use only under duress.