[WIP] Break down JxlDecoder
to better support streaming, preview, animation, etc.
#366
ci.yml
on: pull_request
Code Coverage
2m 36s
Sanitizers
3m 4s
msrv
3m 56s
Clippy
2m 3s
Rustfmt
11s
Matrix: Unit Tests
Annotations
2 errors and 1 warning
[clippy] jpegxl-sys/src/decode.rs#L26:
jpegxl-sys/src/decode.rs#L26
error: unused import: `JxlOrientation`
--> jpegxl-sys/src/decode.rs:26:74
|
26 | JxlBasicInfo, JxlBlendInfo, JxlExtraChannelInfo, JxlFrameHeader, JxlOrientation,
| ^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
[clippy] jpegxl-sys/src/decode.rs#L26:
jpegxl-sys/src/decode.rs#L26
error: unused import: `JxlOrientation`
--> jpegxl-sys/src/decode.rs:26:74
|
26 | JxlBasicInfo, JxlBlendInfo, JxlExtraChannelInfo, JxlFrameHeader, JxlOrientation,
| ^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
Clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|