Registry / other / jxl-grid

jxl-grid

JSON →
library0.6.2rscratesunverified

Sample grid implementation for jxl-oxide, a JPEG XL decoder.

# Cargo.toml [dependencies] jxl-grid = "0.6.2"
INSTALL
IMPORT
SIG · JXL-GRID
J
jxl-grid
otherrustv0.6.2
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.

Grid
use jxl_grid::Grid;

Create a sample grid for JPEG XL processing.

use jxl_grid::Grid; fn main() { let grid = Grid::new(10, 10); println!("Grid size: {}x{}", grid.width(), grid.height()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jxl-grid — cargo add jxl-grid · libregistry