mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-04 10:37:26 +00:00
nokhwa-decoders basic implemention: todo tests
This commit is contained in:
@@ -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,4 +1,4 @@
|
||||
#![no_std]
|
||||
#![cfg_attr(not(test), no_std)]
|
||||
#[warn(clippy::pedantic)]
|
||||
|
||||
pub mod interweave;
|
||||
|
||||
Reference in New Issue
Block a user