n_circular_array 0.1.4

An n-dimensional circular array
Documentation
[[bench]]
name = "iter"
path = "benches/iter.rs"

[[bench]]
name = "push"
path = "benches/push.rs"

[lib]
name = "n_circular_array"
path = "src/lib.rs"

[package]
authors = ["Christopher Edward Dawn"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "memory-management", "data-structures"]
description = "An n-dimensional circular array"
edition = "2021"
keywords = ["circular", "array", "matrix", "vector"]
license = "MIT OR Apache-2.0"
name = "n_circular_array"
readme = "README.md"
repository = "https://github.com/cedtwo/n_circular_array.git"
version = "0.1.4"