[package] name = "alo" version = "0.3.0" authors = ["AtsukiTak "] license = "MIT/Apache-2.0" readme = "README.md" keywords = ["alo", "data-structures", "at-least-one"] repository = "https://github.com/AtsukiTak/alo" homepage = "https://github.com/AtsukiTak/alo" categories = ["data-structures"] description = """ ALO means At Least One. It could contain any number of item like `Vec` but it does not heap allocation if it contains only one item. """ [dependencies]