[package] name = "orx-imp-vec" version = "2.8.0" edition = "2021" authors = ["orxfun "] description = "`ImpVec` stands for immutable push vector 👿, it is a data structure which allows appending elements with a shared reference." license = "MIT" repository = "https://github.com/orxfun/orx-imp-vec/" keywords = ["vec", "pinned", "bag", "container", "split"] categories = ["data-structures", "rust-patterns", "no-std"] [dependencies] orx-pseudo-default = { version = "1.4", default-features = false } orx-pinned-vec = "3.9" orx-fixed-vec = "3.9" orx-split-vec = "3.9"