Crates.io | print_raster |
lib.rs | print_raster |
version | 0.1.0 |
source | src |
created_at | 2024-08-13 17:59:43.911864 |
updated_at | 2024-08-13 17:59:43.911864 |
description | A crate for processing print raster images in Rust |
homepage | |
repository | https://github.com/ArcticLampyrid/print_raster.rs/ |
max_upload_size | |
id | 1336321 |
size | 144,797 |
A crate for processing print raster images in Rust.
You can run unit tests, integration tests, and documentation tests with the following command:
cargo test
For fuzz testing, it's a bit more complicated. You need to use the honggfuzz
tool, which only works on a few platforms. See here to set it up.
After setting up honggfuzz
, you can run a fuzz target:
cargo hfuzz run <fuzz_target>