[dependencies]
[package]
authors = ["Guillem Jara <4lon3ly0@tutanota.com>"]
categories = ["data-structures", "rust-patterns", "no-std", "embedded"]
description = "Methods for manipuling arrays in a Vec-like fashion. It will (probably) get into core once const expressions get less experimental."
documentation = "https://docs.rs/array_manipulation"
edition = "2021"
exclude = ["target", ".*"]
homepage = "https://github.com/Alonely0/array_manipulation/"
keywords = ["array", "vector", "append", "insert", "insertion"]
license = "MIT"
name = "array_manipulation"
readme = "README.md"
repository = "https://github.com/Alonely0/array_manipulation/"
resolver = "2"
version = "0.4.1"