iterator sizing lib
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,9 +1,12 @@ [package] name = "hinted" -version = "0.0.0" +version = "0.0.1" 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 on an iterator" +description = "small crate for providing a size hint and exact size on an iterator" + +[features] +nightly = [] |