swizzling for arrays (and tuples)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "swizzle"
version = "0.1.0"
edition = "2024"
authors = ["bendn <[email protected]>"]
description = "swizzling for arrays (and tuples)"
repository = "https://github.com/bend-n/swizzle"
license = "MIT"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]