[dependencies.generic-array]
optional = true
version = "0.14.1"
[features]
array = ["generic-array"]
default = []
[package]
authors = ["Eduardo Leegwater Simões <eduardols@protonmail.com>"]
categories = ["data-structures"]
description = "Wrapping slices and arrays"
documentation = "https://docs.rs/wrapping"
edition = "2018"
keywords = ["data", "structure", "wrap", "modulo"]
license = "MIT"
name = "wrapping"
readme = "README.md"
repository = "https://git.ureeves.com/ureeves/wrapping"
version = "0.1.2"
[package.metadata.docs.rs]
all-features = true