ring-seq 0.1.3

Circular (ring) sequence operations for Rust slices — rotations, reflections, necklace canonical forms, symmetry detection, and more.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ring-seq"
version = "0.1.3"
edition = "2021"
authors = ["Mario Callisto <mario.callisto@proton.me>"]
description = "Circular (ring) sequence operations for Rust slices — rotations, reflections, necklace canonical forms, symmetry detection, and more."
license = "MIT OR Apache-2.0"
repository = "https://github.com/scala-tessella/ring-seq-rs"
homepage = "https://github.com/scala-tessella/ring-seq-rs"
readme = "README.md"
keywords = ["circular", "ring", "sequence", "necklace", "symmetry"]
categories = ["algorithms", "data-structures"]
rust-version = "1.63"
exclude = [".github/", ".idea/", ".claude/"]

[dependencies]