[dependencies.readonly]
version = "0.2.13"
[dependencies.sealed]
version = "0.6.0"
[lib]
name = "size_hinter"
path = "src/lib.rs"
[package]
authors = ["Austin Stanley <MaxTMahem@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Iterator adaptors allowing overiding or specifying size_hint."
documentation = "https://docs.rs/size_hinter"
edition = "2024"
homepage = "https://github.com/MaxMahem/size_hinter"
keywords = ["iterator", "size-hint", "exact-size", "adaptor"]
license = "MIT OR Apache-2.0"
name = "size_hinter"
readme = "README.md"
repository = "https://github.com/MaxMahem/size_hinter"
version = "0.1.0"
[[test]]
name = "exact_len_iter"
path = "tests/exact_len_iter.rs"
[[test]]
name = "hint_size"
path = "tests/hint_size.rs"