[package] name = "array-linked-list" version = "0.1.0" authors = ["Fabio U. Krapohl "] edition = "2018" description = "A data structure, which combines the advantages of dynamic arrays and linked lists" license = "MIT OR Apache-2.0"