chain_from_last 0.2.0

Iterator adaptor for chaining from last item.
Documentation
[dependencies]

[lib]
bench = false
name = "chain_from_last"
path = "src/lib.rs"

[package]
authors = ["yogevm15"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "rust-patterns", "no-std", "no-std::no-alloc"]
description = "Iterator adaptor for chaining from last item."
documentation = "https://docs.rs/chain_from_last/"
edition = "2021"
keywords = ["iterator", "chain", "data-structures"]
license = "Apache-2.0"
name = "chain_from_last"
readme = "README.md"
repository = "https://github.com/yogevm15/chain_from_last"
rust-version = "1.63.0"
version = "0.2.0"