You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
393 B
16 lines
393 B
[package]
|
|
name = "ad-hoc-iter"
|
|
version = "0.2.2"
|
|
description = "Ad-hoc exact size owning iterator macro and other optional utils"
|
|
repository = "https://git.flanchan.moe/flanchan/ad-hoc-iter"
|
|
keywords = ["iterator", "macro", "iter"]
|
|
authors = ["Avril <flanchan@cumallover.me>"]
|
|
edition = "2018"
|
|
license = "MIT"
|
|
|
|
[features]
|
|
# Enable the incomplete `maybe` module
|
|
maybe-many = []
|
|
|
|
[dependencies]
|