1 2 3 4 5 6 7 8 9 10 11 12
[package] name = "hinted" version = "1.0.0" edition = "2021" authors = ["bend-n <[email protected]>"] license = "MIT" repository = "https://github.com/bend-n/hinted" exclude = [".gitignore"] description = "small crate for providing a size hint and exact size on an iterator" [features] nightly = []