[package] name = "veclist" version = "0.1.2" authors = ["omni-viral "] description = "This library contains single simple collection. It can be used to push, access and pop with `O(1)` complexity" license = "MIT OR Apache-2.0" repository = "https://github.com/omni-viral/veclist.git" [dependencies]