rev_slice 0.2.0

A newtype for operating on a reversed view of a slice.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "rev_slice"
version = "0.2.0"
authors = ["Scott McMurray <scottmcm@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A newtype for operating on a reversed view of a slice."
documentation = "https://docs.rs/rev_slice"
readme = "README.md"
keywords = [
    "reverse",
    "indexing",
]
categories = [
    "no-std",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/scottmcm/rev_slice"

[features]
default = ["std"]
std = []

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

[dependencies]