Registry / other / rapid-qoi

rapid-qoi

JSON →
library0.6.1rscratesunverified

Optimized encoder and decoder for the Quite OK Image format.

# Cargo.toml [dependencies] rapid-qoi = "0.6.1"
INSTALL
IMPORT
SIG · RAPID-QOI
R
rapid-qoi
otherrustv0.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

encode
use rapid_qoi::encode;

Encodes a single red pixel into QOI format.

use rapid_qoi::encode; fn main() { let pixels = vec![255u8, 0, 0, 255]; // RGBA let encoded = encode(&pixels, 1, 1).unwrap(); println!("Encoded {} bytes", encoded.len()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
rapid-qoi — cargo add rapid-qoi · libregistry