[dependencies.fluent_result]
default-features = false
version = "0.10.1"
[dependencies.readonly]
version = "0.2.13"
[dependencies.sealed]
version = "0.6.0"
[dependencies.thiserror]
default-features = false
version = "2.0.17"
[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 overriding 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", "no-std"]
license = "MIT OR Apache-2.0"
name = "size_hinter"
readme = "README.md"
repository = "https://github.com/MaxMahem/size_hinter"
rust-version = "1.85.1"
version = "0.3.2"
[[test]]
name = "exact_len"
path = "tests/exact_len.rs"
[[test]]
name = "hint_size"
path = "tests/hint_size.rs"
[[test]]
name = "size_hint"
path = "tests/size_hint.rs"