You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I saw your crate in TWIR. It looks like it fills a niche :-).
I noticed you have a "Comparison" section. I was wondering if you'd welcome an MR to your docs to link to fixed-capacity-vec. (Or would like to write such a link yourself.)
Certainly it seems like at least your crate or mine ought to have a discussion of heap-allocation-based types (like Vec, FixedCapacityVec) vs slice-backed types (with lifetime, eg your FixedSliceVec) vs on-stack types (ArrayVec).
LMK what you think. I'm happy to do wordsmithing etc.
The text was updated successfully, but these errors were encountered:
Hi. I saw your crate in TWIR. It looks like it fills a niche :-).
I noticed you have a "Comparison" section. I was wondering if you'd welcome an MR to your docs to link to
fixed-capacity-vec
. (Or would like to write such a link yourself.)Certainly it seems like at least your crate or mine ought to have a discussion of heap-allocation-based types (like
Vec
,FixedCapacityVec
) vs slice-backed types (with lifetime, eg yourFixedSliceVec
) vs on-stack types (ArrayVec
).LMK what you think. I'm happy to do wordsmithing etc.
The text was updated successfully, but these errors were encountered: