[go: up one dir, main page]

qoi 0.3.1

An implementation of Phoboslab's QOI image format.
Documentation
[package]
name = "qoi"
authors = ["Steven Joruk <steven@joruk.com>"]
version = "0.3.1"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/steven-joruk/qoi"
description = "An implementation of Phoboslab's QOI image format."

[dev-dependencies]
criterion = "0.3"
walkdir = "2"

[[bench]]
name = "benches"
harness = false

[profile.bench]
debug = true
lto = true
opt-level = 3
codegen-units = 1