array-utils 0.1.1

A no-std heapless set of array utils making use of const generics
Documentation
[package]
name = "array-utils"
description = "A no-std heapless set of array utils making use of const generics"
homepage = "https://github.com/coastalwhite/array-utils"
repository = "https://github.com/coastalwhite/array-utils"
keywords = ["array", "generics", "embedded", "utilities", "utils"]
categories = ["no-std", "embedded"]
version = "0.1.1"
authors = ["Gijs Burghoorn <me@gburghoorn.com>"]
edition = "2018"
license = "MIT"

[features]
default = ["initialize", "drift", "slice", "splice", "join", "resize",
"superimpose"]

initialize = []
drift = []
slice = []
splice = []
join = []
resize = []
superimpose = []