rotation 0.1.1

Rotate your list clockwise and anti-clockwise
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "gcd-bitwise"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9d1865debb4cda2f341ca4c2bf87a96fd7e0b2b9603e37f53fc64bf0c8c1761"

[[package]]
name = "rotation"
version = "0.1.1"
dependencies = [
 "gcd-bitwise",
]