swap3 0.2.1

Swapping of three references, rotating the values left or right
Documentation
[[bench]]
harness = false
name = "rot_slice"
[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.rand]
version = "0.8.5"

[features]
unsafe = []

[package]
authors = ["Markus Mayer"]
categories = ["algorithms"]
description = "Swapping of three references, rotating the values left or right"
edition = "2021"
keywords = ["swapping", "rotation"]
license = "MIT"
name = "swap3"
readme = "README.md"
repository = "https://github.com/sunsided/swap3-rs"
version = "0.2.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]