loaf 0.2.0-alpha2

Why have a slice when you can have a loaf?
Documentation
[dependencies]

[features]
alloc = []
default = []

[package]
authors = ["Soveu <marx.tomasz@gmail.com>"]
categories = ["data-structures", "no-std"]
description = "Why have a slice when you can have a loaf?"
edition = "2018"
keywords = ["slice", "no_std", "no-std", "array"]
license = "MIT"
name = "loaf"
readme = "README.md"
repository = "https://github.com/Soveu/loaf"
version = "0.2.0-alpha2"

[package.metadata.docs.rs]
all-features = true

[profile.test]
opt-level = 3

[[test]]
name = "loaf_alloc"
required-features = ["alloc"]