[go: up one dir, main page]

[][src]Crate copyless

Helper extensions of standard containers that allow memcopy-less operation.

Structs

Allocation

A typesafe helper that separates new value construction from vector growing, allowing LLVM to ideally construct the element in place.

Enums

VecEntry

An entry into a vector, similar to std::collections::hash_map::Entry.

Traits

VecHelper

Helper trait for a Vec type that allocates up-front.