Registry / utility / ril
library0.10.3rscratesunverified

A performant and high-level image processing crate for Rust.

# Cargo.toml [dependencies] ril = "0.10.3"
INSTALL
IMPORT
SIG · RIL
R
ril
utilityrustv0.10.3
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.

Image
✓ use ril::Image;

Creates a simple black image using RIL.

use ril::Image; fn main() { let img = Image::new(100, 100, ril::Rgba::black()); println!("Created {}x{} image", img.width(), img.height()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ril — cargo add ril · libregistry