moveslice 2.0.1

A one-function crate to move chunks in a slice around.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Calmynt <mctech26@gmail.com>"]
categories = ["algorithms", "rust-patterns", "no-std"]
description = "A one-function crate to move chunks in a slice around."
edition = "2018"
keywords = ["slice", "move", "chunk", "index"]
license = "MPL-2.0"
name = "moveslice"
readme = "README.md"
repository = "https://github.com/Calmynt/moveslice"
version = "2.0.1"