A growable vector-like structure which never moves its contents, and guarantees this contract through the pin api.
pub use self::buf::PinBuffer;
pub use self::vec::PinVec;