mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-04 10:37:26 +00:00
13 lines
438 B
TOML
13 lines
438 B
TOML
[package]
|
|
name = "nokhwa-iter-extensions"
|
|
version = "0.1.0"
|
|
authors = ["l1npengtul <l1npengtul@protonmail.com>"]
|
|
edition = "2024"
|
|
description = "Iterator extensions for nokhwa: duplicate, interweave, and "
|
|
keywords = ["iter", "iterator", "interweave", "duplicate"]
|
|
categories = ["algorithms", "rust-patterns", "no-std", "no-std::no-alloc"]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/l1npengtul/nokhwa"
|
|
|
|
[dependencies]
|