try-next 0.4.0

A minimal synchronous trait for fallible, pull-based item sources.
Documentation
[features]
alloc = []
default = ["std"]
std = ["alloc"]

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

[package]
authors = ["IKH Software, Inc. <support@ikhsoftware.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "no-std"]
description = "A minimal synchronous trait for fallible, pull-based item sources."
edition = "2024"
keywords = ["try", "fallible", "iterator", "synchronous", "error-handling"]
license = "LGPL-3.0-or-later"
name = "try-next"
readme = "README.md"
repository = "https://github.com/ikhomyakov/try-next.git"
version = "0.4.0"