iter-identify_first_last 0.2.3

A helper iterator, flagging first and last elements.
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"
rust-version = "1.70"
name = "iter-identify_first_last"
version = "0.2.3"
authors = ["warlock <internalmike@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A helper iterator, flagging first and last elements."
documentation = "https://docs.rs/iter-identify_first_last/"
readme = "README.md"
keywords = [
    "iter",
    "iterator",
    "first",
    "last",
    "is_last",
]
categories = [
    "rust-patterns",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/A1-Triard/iter-identify_first_last"

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

[dependencies.document-features]
version = "0.2.7"

[dev-dependencies.arrayvec]
version = "0.7.2"
default-features = false

[features]
default = ["nightly"]
nightly = []

[badges.maintenance]
status = "passively-maintained"