Skip to content

robinfriedli/cranevec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cranevec

Vector implementation that is generic over its implementation and offers implementations that either fully use inline storage (the capacity of which can be specified using const generics) or dynamically use the heap once it outgrows the inline array or simply allocate to the heap like the std implementation. Additionally, the Vec provides fallible operations to gracefully handle allocation failure.

About

Vector that is generic over its underlying implementation offering several inline or heap based storage implementations and providing fallible operations allowing graceful handling of allocation failure.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages