array-utils 0.1.1

A no-std heapless set of array utils making use of const generics
Documentation
[features]
default = ["initialize", "drift", "slice", "splice", "join", "resize", "superimpose"]
drift = []
initialize = []
join = []
resize = []
slice = []
splice = []
superimpose = []

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