1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
[package]
name = "iter_fixed"
version = "0.4.0"
authors = ["Albin Hedman <albin9604@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/usbalbin/iter_fixed/"
description = "Iterator of fixed length"
keywords = ["iterator", "array", "data-structure", "zip"]
categories = ["rust-patterns", "no-std"]
[badges]
maintenance = { status = "experimental" }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = []
[dependencies]
|