Crates.io | qoi_rs |
lib.rs | qoi_rs |
version | 0.1.1 |
source | src |
created_at | 2021-11-26 01:46:16.1005 |
updated_at | 2021-11-26 02:14:47.272706 |
description | Rust port of the Quite Okay Image format |
homepage | |
repository | https://github.com/whentze/qoi_rs |
max_upload_size | |
id | 487849 |
size | 3,777,040 |
A pretty boring Rust translation of qoi.
#![forbid(unsafe_code)]
)#[no_std]
compatible (but you need alloc
).io::{Read/Write}
style functions