alo 0.3.0

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.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[package]
authors = ["AtsukiTak <takatomgoo@gmail.com>"]
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.
"""
homepage = "https://github.com/AtsukiTak/alo"
keywords = ["alo", "data-structures", "at-least-one"]
license = "MIT/Apache-2.0"
name = "alo"
readme = "README.md"
repository = "https://github.com/AtsukiTak/alo"
version = "0.3.0"