pixelfmt 0.2.0

Pixel format conversions in pure Rust with SIMD optimizations
Documentation
[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"

[dependencies.arrayvec]
version = "0.7.4"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.yuv-sys]
version = "0.3.6"

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

[package]
authors = ["Infinite Athlete, Inc. <av-eng@infiniteathlete.ai>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia::images", "multimedia::video"]
description = "Pixel format conversions in pure Rust with SIMD optimizations"
edition = "2021"
keywords = ["yuv"]
license = "MIT OR Apache-2.0"
name = "pixelfmt"
readme = "README.md"
repository = "https://github.com/infiniteathlete/pixelfmt"
rust-version = "1.79"
version = "0.2.0"