[][src]Crate pinvec

Pinvec

A growable vector-like structure which never moves its contents, and guarantees this contract through the pin api.

Re-exports

pub use self::buf::PinBuffer;
pub use self::vec::PinVec;

Modules

buf

Pinned non-growing buffer.

vec

Pinned growable buffer.