mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Fix missing link to smallvec
This commit is contained in:
parent
75c26a0a16
commit
f5c6eb4409
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@
|
|||
"name": "arrayvec",
|
||||
"notes": "Arrays that are ONLY stack-allocated with fixed capacity"
|
||||
}, {
|
||||
"name": "arrayvec",
|
||||
"notes": "Arrays that are ONLY stack-allocated with fixed capacity"
|
||||
"name": "smallvec",
|
||||
"notes": "Arrays that are stack-allocated with fallback to the heap if the fixed stack capacity is exceeded"
|
||||
}, {
|
||||
"name": "tinyvec",
|
||||
"notes": "Stack allocated arrays in 100% safe Rust code but requires items to implement the Default trait."
|
||||
|
|
Loading…
Reference in a new issue