[dependencies]
[lib]
name = "iter_first_max"
path = "src/lib.rs"
[package]
authors = ["A4-Tacks <wdsjxhno1001@163.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "no-std::no-alloc"]
description = "Iterator::max* returns the last for equal keys, this crate implements the return the first"
edition = "2021"
keywords = ["no_std", "iterator", "max", "first", "equal"]
license = "MIT"
name = "iter-first-max"
readme = "README.md"
repository = "https://github.com/A4-Tacks/iter-first-max-rs"
version = "0.1.2"