wrapping 0.1.0

Wrapping slices and arrays
Documentation
[package]
version = "0.1.0"
name = "wrapping"
description = "Wrapping slices and arrays"

authors = ["Eduardo Leegwater Simões <eduardols@protonmail.com>"]
repository = "https://git.ureeves.com/ureeves/wrapping"
documentation = "https://docs.rs/wrapping"

categories = ["data-structures"]
keywords = ["data", "structure", "wrap", "modulo"]
readme = "README.md"

license = "MIT"
edition = "2018"

[dependencies]
generic-array = { version = "0.14.1", optional = true }

[features]
default = []

# builds the WrappingGenericArray struct
array = ["generic-array"]