insert_many
Exposes an InsertMany
trait for efficiently inserting multiple items into a Vec
or Vec
-like struct at a time.
Contains implementations for Vec
and (optionally) SmallVec
.
Usage
extern crate insert_many;
use InsertMany;
Exposes an InsertMany
trait for efficiently inserting multiple items into a Vec
or Vec
-like struct at a time.
Contains implementations for Vec
and (optionally) SmallVec
.
extern crate insert_many;
use InsertMany;