Lokathor / tinyvec

Just, really the littlest Vec you could need. So smol.
https://docs.rs/tinyvec
Apache License 2.0
648 stars 49 forks source link

`std` should also imply `alloc`? #159

Closed i509VCB closed 2 years ago

i509VCB commented 2 years ago

I noticed the std feature does not enable the alloc feature.

Lokathor commented 2 years ago

Ah, you're right. It should.