size_hinter 0.4.2

Iterator adaptors allowing overriding or specifying size_hint.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85.1"
name = "size_hinter"
version = "0.4.2"
authors = ["Austin Stanley <MaxTMahem@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Iterator adaptors allowing overriding or specifying size_hint."
homepage = "https://github.com/MaxMahem/size_hinter"
documentation = "https://docs.rs/size_hinter"
readme = "README.md"
keywords = [
    "iterator",
    "size-hint",
    "exact-size",
    "adaptor",
    "no-std",
]
categories = ["rust-patterns"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MaxMahem/size_hinter"

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

[[test]]
name = "exact_len"
path = "tests/exact_len.rs"

[[test]]
name = "hint_size"
path = "tests/hint_size.rs"

[[test]]
name = "invalid_iterator"
path = "tests/invalid_iterator.rs"

[[test]]
name = "size_hint"
path = "tests/size_hint.rs"

[[test]]
name = "test_iterator"
path = "tests/test_iterator.rs"

[dependencies.fluent_result]
version = "0.10.1"
default-features = false

[dependencies.readonly]
version = "0.2.13"

[dependencies.thiserror]
version = "2.0.18"
default-features = false