image-max-polling 0.1.2

A high-performance Rust library for maximum and minimum pooling operations on images, leveraging SIMD instructions (AVX2/NEON) and parallel processing for accelerated performance.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "image-max-polling"
version = "0.1.2"
authors = ["Dr.Guo"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance Rust library for maximum and minimum pooling operations on images, leveraging SIMD instructions (AVX2/NEON) and parallel processing for accelerated performance."
readme = "README.md"
license = "MIT"
repository = "https://github.com/spartajet/image-max-pooling"

[lib]
name = "image_max_polling"
path = "src/lib.rs"

[[example]]
name = "benchmark"
path = "examples/benchmark.rs"

[[example]]
name = "max_polling"
path = "examples/max_polling.rs"

[[example]]
name = "min_pooling"
path = "examples/min_pooling.rs"

[[example]]
name = "pooling_comparison"
path = "examples/pooling_comparison.rs"

[dependencies.rayon]
version = "1"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.image]
version = "0.25"