array_manipulation 0.4.1

Methods for manipuling arrays in a Vec-like fashion. It will (probably) get into core once const expressions get less experimental.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"