nokhwa-decoders basic implemention: todo tests

This commit is contained in:
l1npengtul
2025-09-13 21:52:28 +09:00
parent f6594f7852
commit 6db4a46e60
13 changed files with 615 additions and 320 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name = "nokhwa-iter-extensions"
version = "0.1.0"
authors = ["l1npengtul <l1npengtul@protonmail.com>"]
edition = "2024"
description = "Core type definitions for nokhwa"
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"
+1 -1
View File
@@ -1,4 +1,4 @@
#![no_std]
#![cfg_attr(not(test), no_std)]
#[warn(clippy::pedantic)]
pub mod interweave;